Class: Less::Node::Keyword

Inherits:
String
  • Object
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

#inspectObject



127
128
129
# File 'lib/less/engine/nodes/literal.rb', line 127

def inspect
  "#{self}"
end

#to_cssObject



123
124
125
# File 'lib/less/engine/nodes/literal.rb', line 123

def to_css
  self
end