Class/Module Index [+]

Quicksearch

Compass::SassExtensions::Functions::GradientSupport::Gradient::ClassMethods

Public Instance Methods

standardized_prefix(prefix) click to toggle source
# File lib/compass/sass_extensions/functions/gradient_support.rb, line 43
def standardized_prefix(prefix)
  class_eval %{
    def to_#{prefix}(options = self.options)
      Sass::Script::String.new("-#{prefix}-\#{to_s(options)}")
    end
  }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.