You are here

private property SassParser::$indentSpaces in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/SassParser.php \SassParser::indentSpaces

* * Used to calculate {@link Level} if {@link indentChar} is space.

Type: integer number of spaces for indentation.

File

phamlp/sass/SassParser.php, line 68

Class

SassParser
SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass

Code

private $indentSpaces = 2;