private property SassParser::$debug_info in Sassy 7.3
Same name and namespace in other branches
- 7 phamlp/sass/SassParser.php \SassParser::debug_info
debug_info: is emitted into the compiled CSS in a format that can be understood by the {@link https://addons.mozilla.org/en-US/firefox/addon/103988/ FireSass Firebug extension}. Disabled when using the compressed output style.
Defaults to false.
Type: boolean When true the line number and file where a selector is defined
See also
style
File
- phpsass/
SassParser.php, line 123
Class
- SassParser
- SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass
Code
private $debug_info;