diff --git a/Gemfile.lock b/Gemfile.lock index 081ebfb3..bb44d43e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - compass (0.11.beta.7.ac623c6) + compass (0.11.beta.7.fec367d) chunky_png (~> 1.1.0) fssm (~> 0.2) sass (>= 3.1.0.alpha.249) diff --git a/lib/compass/sass_extensions/functions/gradient_support.rb b/lib/compass/sass_extensions/functions/gradient_support.rb index 52711e6b..6c508e86 100644 --- a/lib/compass/sass_extensions/functions/gradient_support.rb +++ b/lib/compass/sass_extensions/functions/gradient_support.rb @@ -444,7 +444,7 @@ module Compass::SassExtensions::Functions::GradientSupport def linear_svg(color_stops, x1, y1, x2, y2) transform = '' if angle? - transform = " gradientTransform = \"rotate(#{position_or_angle.value})\"" + transform = %Q{ gradientTransform = "rotate(#{position_or_angle.value})"} end gradient = %Q{#{color_stops_svg(color_stops)}} svg(gradient)