The abstract superclass of all Supports conditions.
Returns a deep copy of this condition and all its children.
@return [Condition]
# File lib/sass/supports.rb, line 24 def deep_copy; Sass::Util.abstract(self); end
Sets the options hash for the script nodes in the supports condition.
@param options [{Symbol => Object}] The options has to set.
# File lib/sass/supports.rb, line 29 def options=(options); Sass::Util.abstract(self); end
Runs the SassScript in the supports condition.
@param env [Sass::Environment] The environment in which to run the script.
# File lib/sass/supports.rb, line 8 def perform(environment); Sass::Util.abstract(self); end
Returns the CSS for this condition.
@return [String]
# File lib/sass/supports.rb, line 13 def to_css; Sass::Util.abstract(self); end
Generated with the Darkfish Rdoc Generator 2.