Class Sass::Supports::Condition
In: lib/sass/supports.rb
Parent: Object

The abstract superclass of all Supports conditions.

Methods

deep_copy   options=   perform   to_css   to_src  

Public Instance methods

Returns a deep copy of this condition and all its children.

@return [Condition]

Sets the options hash for the script nodes in the supports condition.

@param options [{Symbol => Object}] The options has to set.

Runs the SassScript in the supports condition.

@param environment [Sass::Environment] The environment in which to run the script.

Returns the CSS for this condition.

@return [String]

Returns the Sass/CSS code for this condition.

@param options [{Symbol => Object}] An options hash (see {Sass::CSS#initialize}). @return [String]

[Validate]