DelegateClass(Float)
6 10px 125%
# File lib/less/engine/nodes/literal.rb, line 106 def inspect to_s end
# File lib/less/engine/nodes/literal.rb, line 110 def to_css "#{(self % 1).zero?? "#{self.to_i}#@unit" : self}" end
Generated with the Darkfish Rdoc Generator 2.