Module: Less::Node::Literal
- Includes:
- Entity
- Included in:
- Color, Font, FontFamily, Number, Quoted
- Defined in:
- lib/less/engine/nodes/literal.rb
Instance Attribute Summary
Attributes included from Entity
Instance Method Summary collapse
Methods included from Entity
#initialize, #inspect, #path, #root, #to_css, #to_s
Instance Method Details
#unit ⇒ Object
6 7 8 |
# File 'lib/less/engine/nodes/literal.rb', line 6 def unit nil end |