You are here

private property SassParser::$line_numbers in Sassy 7

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

* line_numbers: * * defined is emitted into the compiled CSS as a comment. Useful for debugging * especially when using imports and mixins. * Disabled when using the compressed output style or the debug_info option. * * Defaults to false. * *

Type: boolean When true the line number and filename where a selector is

See also

debug_info

style

File

phamlp/sass/SassParser.php, line 159

Class

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

Code

private $line_numbers;