public function SassNode::getStyle in Sassy 7
Same name and namespace in other branches
- 7.3 phpsass/tree/SassNode.php \SassNode::getStyle()
* Returns the render style of the document tree. *
Return value
string the render style of the document tree
File
- phamlp/
sass/ tree/ SassNode.php, line 264
Class
- SassNode
- SassNode class. Base class for all Sass nodes. @package PHamlP @subpackage Sass.tree
Code
public function getStyle() {
return $this->root->parser->style;
}