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