autoprefixer
Advanced tools
Comparing version 0.5.20130626 to 0.5.20130629
@@ -20,6 +20,7 @@ (function() { | ||
Flex.prototype.prefixProp = function(prefix) { | ||
var spec; | ||
var first, spec; | ||
spec = this.flexSpec(prefix); | ||
if (spec.v2009) { | ||
this.insertBefore(prefix + 'box-flex', this.value); | ||
first = this.value.split(' ')[0]; | ||
this.insertBefore(prefix + 'box-flex', first); | ||
} | ||
@@ -26,0 +27,0 @@ if (spec.v2012) { |
{ | ||
"name": "autoprefixer", | ||
"version": "0.5.20130626", | ||
"version": "0.5.20130629", | ||
"description": "Parse CSS and add prefixed properties and values by actual Can I Use database", | ||
@@ -18,4 +18,4 @@ "keywords": ["css", "prefix", "rework"], | ||
"coffee-script": "1.6.3", | ||
"component": "0.16.4", | ||
"fs-extra": "0.6.1", | ||
"component": "0.16.5", | ||
"fs-extra": "0.6.3", | ||
"should": "1.2.2", | ||
@@ -22,0 +22,0 @@ "rework": "0.17.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124386
2016