Class Sass::Tree::VariableNode
In: lib/sass/tree/variable_node.rb
Parent: Node

A dynamic node representing a variable definition.

@see Sass::Tree

Methods

_perform   new   to_src  

Public Class methods

@param name [String] The name of the variable @param expr [Script::Node] The parse tree for the initial variable value @param guarded [Boolean] Whether this is a guarded variable assignment (`||=`)

Protected Instance methods

Loads the new variable value into the environment.

@param environment [Sass::Environment] The lexical environment containing

  variable and mixin values

[Validate]