You are here

public property SassRootNode::$extenders in Sassy 7.3

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

Type: array extenders for this tree in the form extendee=>extender

File

phpsass/tree/SassRootNode.php, line 37

Class

SassRootNode
SassRootNode class. Also the root node of a document. @package PHamlP @subpackage Sass.tree

Code

public $extenders = array();