You are here

private property SassParser::$vendor_properties in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/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

phamlp/sass/SassParser.php, line 243

Class

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

Code

private $vendor_properties = array();