Class: Less::Node::Descendant
- 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
25 |
# File 'lib/less/engine/nodes/selector.rb', line 25 def to_css; " " end |