Class Less::Parser::Tree
In: lib/less/parser.rb
Parent: Object

Abstract LessCSS syntax tree Less. Mainly used to emit CSS

Methods

new   to_css  

Public Class methods

Create a tree from a native javascript object. @param [V8::Object] tree the native less.js tree

Public Instance methods

Serialize this tree into CSS. By default this will be in pretty-printed form. @param [Hash] opts modifications to the output @option opts [Boolean] :compress minify output instead of pretty-printing

[Validate]