From f0d80d789fe6979698ca9dd617493e0fff9fed01 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 d5f996a2..e60209da 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