constant SassScriptParser::MATCH_INTERPOLATION in Sassy 7.3
Same name and namespace in other branches
- 7 phamlp/sass/script/SassScriptParser.php \SassScriptParser::MATCH_INTERPOLATION
File
- phpsass/
script/ SassScriptParser.php, line 23
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 MATCH_INTERPOLATION = '/(?<!\\\\)#\\{(.*?)\\}/';