constant SassIfNode::MATCH_IF in Sassy 7
Same name and namespace in other branches
- 7.3 phpsass/tree/SassIfNode.php \SassIfNode::MATCH_IF
File
- phamlp/
sass/ tree/ SassIfNode.php, line 20
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 MATCH_IF = '/^@if\\s+(.+)$/i';