constant SassIfNode::ELSE_EXPRESSION in Sassy 7.3
Same name and namespace in other branches
- 7 phamlp/sass/tree/SassIfNode.php \SassIfNode::ELSE_EXPRESSION
File
- phpsass/
tree/ SassIfNode.php, line 24
Class
- SassIfNode
- SassIfNode class. Represents Sass If, Else If and Else statements. Else If and Else statement nodes are chained below the If statement node. @package PHamlP @subpackage Sass.tree
Code
const ELSE_EXPRESSION = 2;