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