Class: Dommy::Internal::CSS::Parser::LayerStatement
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::Parser::LayerStatement
- Defined in:
- lib/dommy/internal/css/parser.rb
Overview
layer names (and thereby their order) without contributing rules.
names entries are layer names; nil means an anonymous layer.
Instance Attribute Summary collapse
-
#names ⇒ Object
Returns the value of attribute names.
Instance Method Summary collapse
Instance Attribute Details
#names ⇒ Object
Returns the value of attribute names
46 47 48 |
# File 'lib/dommy/internal/css/parser.rb', line 46 def names @names end |
Instance Method Details
#grouping? ⇒ Boolean
47 |
# File 'lib/dommy/internal/css/parser.rb', line 47 def grouping? = false |