You are here

private property HamlParser::$preserve in Sassy 7

*

Type: array A list of tag names that should automatically have their newlines preserved.

File

phamlp/haml/HamlParser.php, line 278

Class

HamlParser
HamlParser class. Parses {@link http://haml-lang.com/ Haml} view files. @package PHamlP @subpackage Haml

Code

private $preserve = array(
  'pre',
  'textarea',
);