| Class | Sass::Script::Tree::Variable |
| In: |
lib/sass/script/tree/variable.rb
|
| Parent: | Node |
A SassScript parse node representing a variable.
| name | [R] |
The name of the variable.
@return [String] |
| underscored_name | [R] |
The underscored name of the variable.
@return [String] |
Evaluates the variable.
@param environment [Sass::Environment] The environment in which to evaluate the SassScript @return [Sass::Script::Value] The SassScript object that is the value of the variable @raise [Sass::SyntaxError] if the variable is undefined