Method: CSSPool::CSS::DocumentHandler#start_supports
- Defined in:
- lib/csspool/css/document_handler.rb
#start_supports(conditions) ⇒ Object
84 85 86 87 88 |
# File 'lib/csspool/css/document_handler.rb', line 84 def start_supports conditions sr = CSS::SupportsRule.new(conditions) @document.supports_rules << sr @conditional_stack << sr end |