From 150000fb0597939080c4202542f0c72762fa697e 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 e60209da..dd5e36be 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