You are here

public function SassNode::getPropertySyntax in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/tree/SassNode.php \SassNode::getPropertySyntax()

Returns the property syntax being used.

Return value

string the property syntax being used

File

phpsass/tree/SassNode.php, line 247

Class

SassNode
SassNode class. Base class for all Sass nodes. @package PHamlP @subpackage Sass.tree

Code

public function getPropertySyntax() {
  return $this->root->parser->propertySyntax;
}