You are here

constant SassScriptParser::CSS_PROPERTY in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/script/SassScriptParser.php \SassScriptParser::CSS_PROPERTY

File

phpsass/script/SassScriptParser.php, line 26

Class

SassScriptParser
SassScriptParser class. Parses SassScript. SassScript is lexed into {@link http://en.wikipedia.org/wiki/Reverse_Polish_notation Reverse Polish notation} by the SassScriptLexer and the calculated result returned. @package PHamlP @subpackage …

Code

const CSS_PROPERTY = 2;