Method: Less::Selectors2#all
- Defined in:
- lib/less/engine/parser.rb
#all ⇒ Object
831 832 833 |
# File 'lib/less/engine/parser.rb', line 831 def all [selector] + tail.elements.map {|e| e.selector } end |
831 832 833 |
# File 'lib/less/engine/parser.rb', line 831 def all [selector] + tail.elements.map {|e| e.selector } end |