Class | Sass::Tree::SupportsNode |
In: |
lib/sass/tree/supports_node.rb
|
Parent: | DirectiveNode |
A static node representing a `@supports` rule.
@see Sass::Tree
condition | [RW] |
The supports condition.
@return [Sass::Supports::Condition] |
name | [RW] |
The name, which may include a browser prefix.
@return [String] |