Method: Less::Node::Element#selector
- Defined in:
- lib/less/engine/nodes/element.rb
#selector ⇒ Object
Returns the value of attribute selector.
15 16 17 |
# File 'lib/less/engine/nodes/element.rb', line 15 def selector @selector end |