autoprefixer 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 6.3.1
2
+ * Fix compatibility with Flexibility polyfill.
3
+
1
4
  ## 6.3 “Pro rege et lege”
2
5
  * Add Grid Layout support.
3
6
  * Add `text-spacing` support.
@@ -38,7 +38,7 @@
38
38
  }
39
39
 
40
40
  DisplayFlex.prototype.check = function(decl) {
41
- return decl.value === this.name;
41
+ return decl.prop === 'display' && decl.value === this.name;
42
42
  };
43
43
 
44
44
  DisplayFlex.prototype.prefixed = function(prefix) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autoprefixer",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
5
5
  "keywords": [
6
6
  "autoprefixer",