private property SassParser::$debug_info in Sassy 7
Same name and namespace in other branches
- 7.3 phpsass/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
- phamlp/
sass/ SassParser.php, line 114
Class
- SassParser
- SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass
Code
private $debug_info;