Class | Sass::Tree::VariableNode |
In: |
lib/sass/tree/variable_node.rb
|
Parent: | Node |
A dynamic node representing a variable definition.
@see Sass::Tree
@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 (`||=`)
Loads the new variable value into the environment.
@param environment [Sass::Environment] The lexical environment containing
variable and mixin values