You are here

private property SassParser::$line_numbers in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/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

phpsass/SassParser.php, line 167

Class

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

Code

private $line_numbers;