You are here

private property SassParser::$vendor_properties in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/SassParser.php \SassParser::vendor_properties

vendor_properties: If enabled a property need only be written in the standard form and vendor specific versions will be added to the style sheet. properties, to automatically apply. Boolean true: use built in vendor properties.

Defaults to vendor_properties disabled.

Type: mixed array: vendor properties, merged with the built-in vendor

See also

_vendorProperties

File

phpsass/SassParser.php, line 252

Class

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

Code

private $vendor_properties = array();