class Less::Node::Keyword

Any un-quoted word

ex: red, small, border-collapse

Public Instance Methods

inspect() click to toggle source
# File lib/less/engine/nodes/literal.rb, line 166
def inspect
  "#{self}"
end
to_css() click to toggle source
# File lib/less/engine/nodes/literal.rb, line 162
def to_css
  self
end