You are here

constant SassRuleNode::PARENT_REFERENCE in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/tree/SassRuleNode.php \SassRuleNode::PARENT_REFERENCE

* @const string that is replaced with the parent node selector

File

phamlp/sass/tree/SassRuleNode.php, line 26

Class

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

Code

const PARENT_REFERENCE = '&';