You are here

private property SassVariableNode::$value in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/tree/SassVariableNode.php \SassVariableNode::value

Type: string value of the variable or expression to evaluate

File

phpsass/tree/SassVariableNode.php, line 36

Class

SassVariableNode
SassVariableNode class. Represents a variable. @package PHamlP @subpackage Sass.tree

Code

private $value;