private property SassParser::$indentSpaces in Sassy 7.3
Same name and namespace in other branches
- 7 phamlp/sass/SassParser.php \SassParser::indentSpaces
Used to calculate {@link Level} if {@link indentChar} is space.
Type: integer number of spaces for indentation.
File
- phpsass/
SassParser.php, line 73
Class
- SassParser
- SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass
Code
private $indentSpaces = 2;