A static node representing a `@supports` rule.
@see Sass::Tree
True when the directive has no visible children.
@return [Boolean]
# File lib/sass/tree/supports_node.rb, line 34 def invisible? children.all? {|c| c.invisible?} end
@see DirectiveNode#resolved_value
# File lib/sass/tree/supports_node.rb, line 27 def resolved_value @resolved_value ||= "@#{name} #{condition.to_css}" end
@see DirectiveNode#value
# File lib/sass/tree/supports_node.rb, line 24 def value; raise NotImplementedError; end
Generated with the Darkfish Rdoc Generator 2.