Class: Dommy::Internal::CSS::Parser::LayerRule
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::Parser::LayerRule
- Defined in:
- lib/dommy/internal/css/parser.rb
Overview
Its rules always participate; their precedence is decided by layer order (RuleIndex/Cascade), which sits between origin and specificity.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#rules ⇒ Object
Returns the value of attribute rules.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
39 40 41 |
# File 'lib/dommy/internal/css/parser.rb', line 39 def name @name end |
#rules ⇒ Object
Returns the value of attribute rules
39 40 41 |
# File 'lib/dommy/internal/css/parser.rb', line 39 def rules @rules end |
Instance Method Details
#grouping? ⇒ Boolean
40 |
# File 'lib/dommy/internal/css/parser.rb', line 40 def grouping? = true |