Module: Less::Node

Defined in:
lib/sass/less.rb

Overview

The Less AST classes for the document, including both stylesheet-level nodes and expression-level nodes. The main purpose of overriding these is to add #to_sass_tree functions for converting to Sass.

Defined Under Namespace

Modules: Entity, Mixin Classes: Anonymous, Color, Element, Expression, FontFamily, Function, Keyword, Number, Property, Quoted, SassNode, Variable