From 31abc64fd5d79b0306f6d3e908a439c13c892648 Mon Sep 17 00:00:00 2001 From: Eric Meyer Date: Sun, 18 Jul 2010 15:51:01 -0600 Subject: [PATCH] official gradient syntax --- frameworks/compass/stylesheets/compass/css3/_gradient.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/compass/stylesheets/compass/css3/_gradient.scss b/frameworks/compass/stylesheets/compass/css3/_gradient.scss index fb78563d..82b1be8b 100644 --- a/frameworks/compass/stylesheets/compass/css3/_gradient.scss +++ b/frameworks/compass/stylesheets/compass/css3/_gradient.scss @@ -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