Class: Less::Node::Keyword
- Inherits:
-
String
- Object
- String
- Less::Node::Keyword
show all
- Includes:
- Entity
- Defined in:
- lib/less/engine/nodes/literal.rb
Overview
red small border-collapse
Instance Attribute Summary
Attributes included from Entity
#parent
Instance Method Summary
collapse
Methods included from Entity
#initialize, #path, #root, #to_s
Instance Method Details
127
128
129
|
# File 'lib/less/engine/nodes/literal.rb', line 127
def inspect
"#{self}"
end
|
123
124
125
|
# File 'lib/less/engine/nodes/literal.rb', line 123
def to_css
self
end
|