Class: Dommy::Internal::CSS::Parser::ImportRule
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::Parser::ImportRule
- Defined in:
- lib/dommy/internal/css/parser.rb
Overview
in at this position (RuleIndex resolves the URL through the host).
media (may be "") gates them like @media.
Instance Attribute Summary collapse
-
#media ⇒ Object
Returns the value of attribute media.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
Instance Attribute Details
#media ⇒ Object
Returns the value of attribute media
67 68 69 |
# File 'lib/dommy/internal/css/parser.rb', line 67 def media @media end |
#url ⇒ Object
Returns the value of attribute url
67 68 69 |
# File 'lib/dommy/internal/css/parser.rb', line 67 def url @url end |
Instance Method Details
#grouping? ⇒ Boolean
68 |
# File 'lib/dommy/internal/css/parser.rb', line 68 def grouping? = false |