private property HamlParser::$styles in Sassy 7
* * nested: output is nested according to the indent level in the source * expanded: block tags have their own lines as does content which is indented * compact: block tags and their content go on one line * compressed: all unneccessary whitepaces is removed. If ugly is true this style is used.
Type: array available output styles:
File
- phamlp/
haml/ HamlParser.php, line 196
Class
- HamlParser
- HamlParser class. Parses {@link http://haml-lang.com/ Haml} view files. @package PHamlP @subpackage Haml
Code
private $styles = array(
'nested',
'expanded',
'compact',
'compressed',
);