Module: Less::Node

Defined in:
lib/less/engine/nodes/entity.rb,
lib/less/engine/nodes/element.rb,
lib/less/engine/nodes/literal.rb,
lib/less/engine/nodes/ruleset.rb,
lib/less/engine/nodes/function.rb,
lib/less/engine/nodes/property.rb,
lib/less/engine/nodes/selector.rb

Overview

Node::Entity

Everything in the tree is an Entity

Mixin/Class hierarchy

  • Entity
    • Element
    • Entity
      • Function
      • Keyword
      • Literal
        • Color
        • Number
        • String
        • FontFamily
    • Property
      • Variable

TODO: Use delegate class -> @rules

Defined Under Namespace

Modules: Entity, Literal, Mixin Classes: Adjacent, Anonymous, Child, Color, Descendant, Element, Expression, Font, FontFamily, Function, Keyword, Number, Operator, Paren, Property, PseudoClass, PseudoElement, Quoted, Ruleset, Selector, Variable