official gradient syntax

This commit is contained in:
Eric Meyer 2010-07-18 15:51:01 -06:00 committed by Chris Eppstein
parent 6289fa1de1
commit f0d80d789f

View File

@ -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