Class: Less::Node::Adjacent
- Defined in:
- lib/less/engine/nodes/selector.rb
Constant Summary
Constants inherited from Selector
Instance Attribute Summary
Attributes included from Entity
Instance Method Summary collapse
Methods inherited from Selector
Methods included from Entity
#initialize, #inspect, #path, #root, #to_s
Constructor Details
This class inherits a constructor from Less::Node::Selector
Instance Method Details
#to_css ⇒ Object
33 |
# File 'lib/less/engine/nodes/selector.rb', line 33 def to_css; " #{self} " end |