# File lib/compass/sass_extensions/functions/gradient_support.rb, line 124 def to_pie(options = self.options) Compass::Logger.new.record(:warning, "PIE does not support radial-gradient.") Sass::Script::String.new("-pie-radial-gradient(unsupported)") end