Class Less::Node::Expression
In: lib/less/engine/nodes/property.rb
Parent: Array

Methods

Attributes

delimiter  [RW] 
parent  [RW] 

Public Class methods

Public Instance methods

Evaluates the expression and instantiates a new Literal with the result ex: [111, +, 111] will evaluate to a Color node, with value 222

[Validate]