Method: CSSPool::CSS::DocumentHandler#start_selector
- Defined in:
- lib/csspool/css/document_handler.rb
#start_selector(selector_list) ⇒ Object
39 40 41 42 43 44 45 46 47 |
# File 'lib/csspool/css/document_handler.rb', line 39 def start_selector selector_list rs = RuleSet.new( selector_list, [], @conditional_stack.last ) @document.rule_sets << rs @conditional_stack.last.rule_sets << rs unless @conditional_stack.empty? end |