You are here

constant SassRuleNode::PARENT_REFERENCE in Sassy 7.3

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

@const string that is replaced with the parent node selector

File

phpsass/tree/SassRuleNode.php, line 26

Class

SassRuleNode
SassRuleNode class. Represents a CSS rule. @package PHamlP @subpackage Sass.tree

Code

const PARENT_REFERENCE = '&';