You are here

private property SassParser::$debug in Sassy 7.3

debug: If enabled it causes exceptions to be thrown on errors. This can be useful for tracking down a bug in your sourcefile but will cause a site to break if used in production unless the parser in wrapped in a try/catch structure.

Defaults to FALSE

File

phpsass/SassParser.php, line 264

Class

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

Code

private $debug = FALSE;