Class: CSS::MediaQueries::GeneralEnclosed
- Inherits:
-
Data
- Object
- Data
- CSS::MediaQueries::GeneralEnclosed
- Includes:
- Node
- Defined in:
- lib/css/media_queries/nodes.rb
Overview
Catch-all for ‘(…)` content the parser couldn’t recognize as a feature or condition. Preserved so downstream tools can still see it.
Instance Attribute Summary collapse
-
#tokens ⇒ Object
readonly
Returns the value of attribute tokens.
Instance Attribute Details
#tokens ⇒ Object (readonly)
Returns the value of attribute tokens
31 32 33 |
# File 'lib/css/media_queries/nodes.rb', line 31 def tokens @tokens end |