From 4bd0570feec78be735b9d46fa2e399999be0a8ad Mon Sep 17 00:00:00 2001 From: Eric Meyer Date: Sun, 18 Jul 2010 15:52:19 -0600 Subject: [PATCH] official radial 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 82b1be8b..8e68b6c4 100644 --- a/frameworks/compass/stylesheets/compass/css3/_gradient.scss +++ b/frameworks/compass/stylesheets/compass/css3/_gradient.scss @@ -78,4 +78,5 @@ @if $experimental-support-for-mozilla { background-image: #{$background}-moz-radial-gradient($center-position, circle, $color-stops); } + background-image: radial-gradient($center-position, circle, $color-stops); } \ No newline at end of file