Method: Less::Node::Element#identifiers
- Defined in:
- lib/less/engine/nodes/element.rb
#identifiers ⇒ Object
Accessors for the different nodes in @rules
49 |
# File 'lib/less/engine/nodes/element.rb', line 49 def identifiers; @rules.select {|r| r.kind_of? Property } end |