You are here

private property HamlParser::$minimizedAttributes in Sassy 7

*

Type: array attributes that are minimised

File

phamlp/haml/HamlParser.php, line 274

Class

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

Code

private $minimizedAttributes = array(
  'compact',
  'checked',
  'declare',
  'readonly',
  'disabled',
  'selected',
  'defer',
  'ismap',
  'nohref',
  'noshade',
  'nowrap',
  'multiple',
  'noresize',
);