A declaration condition (e.g. `(feature: value)`).
The name of the feature after any SassScript has been resolved. Only set once {Tree::Visitors::Perform} has been run.
@return [String]
# File lib/sass/supports.rb, line 176 def deep_copy copy = dup copy.name = @name.deep_copy copy.value = @value.deep_copy copy end
# File lib/sass/supports.rb, line 183 def options=(options) @name.options = options @value.options = options end
# File lib/sass/supports.rb, line 163 def perform(env) @resolved_name = name.perform(env) @resolved_value = value.perform(env) end
Generated with the Darkfish Rdoc Generator 2.