private property HamlParser::$ugly in Sassy 7
* * the output. Reduces size of output file but is not very readable; * equivalent of style == compressed. Note: ugly must be false to allow style. * Defaults to true. *
Type: boolean if true no attempt is made to properly indent or format
See also
style
File
- phamlp/
haml/ HamlParser.php, line 208
Class
- HamlParser
- HamlParser class. Parses {@link http://haml-lang.com/ Haml} view files. @package PHamlP @subpackage Haml
Code
private $ugly = true;