private property SassParser::$syntax in Sassy 7
Same name and namespace in other branches
- 7.3 phpsass/SassParser.php \SassParser::syntax
* syntax: * * 'sass' for the indented syntax and 'scss' for the CSS-extension syntax. * * This is set automatically when parsing a file, else defaults to 'sass'.
Type: string The syntax of the input file.
File
- phamlp/
sass/ SassParser.php, line 223
Class
- SassParser
- SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass
Code
private $syntax;