official gradient syntax
This commit is contained in:
parent
4db0a4f4d6
commit
31abc64fd5
@ -44,6 +44,7 @@
|
||||
@if $experimental-support-for-mozilla {
|
||||
background-image: #{$background}-moz-linear-gradient($start, $color-stops);
|
||||
}
|
||||
background-image: linear-gradient($start, $color-stops);
|
||||
}
|
||||
|
||||
// Due to limitation's of webkit, the radial gradient mixin works best if you use
|
||||
|
Loading…
Reference in New Issue
Block a user