Method: Less::Node::Value#to_css
- Defined in:
- lib/less/engine/nodes/property.rb
#to_css ⇒ Object
134 135 136 |
# File 'lib/less/engine/nodes/property.rb', line 134 def to_css map {|e| e.to_css } * ', ' end |
134 135 136 |
# File 'lib/less/engine/nodes/property.rb', line 134 def to_css map {|e| e.to_css } * ', ' end |