stylecow-plugin-prefixes
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -41,5 +41,7 @@ "use strict"; | ||
'css-transitions', | ||
'css-text-spacing', | ||
'css-writing-mode', | ||
'css3-boxsizing', | ||
'css3-cursors-newer', | ||
'css3-cursors-grab', | ||
'css3-tabsize', | ||
@@ -46,0 +48,0 @@ 'flexbox', |
@@ -172,6 +172,8 @@ "use strict"; | ||
caniuse.forEachVendor('css-text-align-last', addDeclarationVendor, 'text-align-last'); | ||
caniuse.forEachVendor('css-text-spacing', addDeclarationVendor, 'text-spacing'); | ||
caniuse.forEachVendor('css-touch-action', addDeclarationVendor, 'touch-action'); | ||
caniuse.forEachVendor('css-writing-mode', addDeclarationVendor, 'writing-mode'); | ||
caniuse.forEachVendor('css3-boxsizing', addDeclarationVendor, 'box-sizing'); | ||
caniuse.forEachVendor('css3-cursors-newer', addDeclarationChildVendor, 'cursor', 'Keyword', ['zoom-in', 'zoom-out', 'grab', 'grabbing']); | ||
caniuse.forEachVendor('css3-cursors-newer', addDeclarationChildVendor, 'cursor', 'Keyword', ['zoom-in', 'zoom-out']); | ||
caniuse.forEachVendor('css3-cursors-grab', addDeclarationChildVendor, 'cursor', 'Keyword', ['grab', 'grabbing']); | ||
caniuse.forEachVendor('css3-tabsize', addDeclarationVendor, 'tab-size'); | ||
@@ -178,0 +180,0 @@ caniuse.forEachVendor('flexbox', true, addDeclarationChildVendor, 'display', 'Keyword', ['flex', 'inline-flex']); |
{ | ||
"name": "stylecow-plugin-prefixes", | ||
"description": "Stylecow plugin to add vendor prefixes automatically.", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"engines": { | ||
@@ -21,9 +21,9 @@ "node": ">=4.0" | ||
"devDependencies": { | ||
"mocha": "^2.3.2", | ||
"stylecow-core": "^2.1.1" | ||
"mocha": "^2.3.4", | ||
"stylecow-core": "^2.2.2" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"caniuse-db": "^1.0.30000359" | ||
"caniuse-db": "^1.0.30000391" | ||
} | ||
} |
@@ -523,2 +523,36 @@ { | ||
] | ||
}, | ||
{ | ||
"type": "Declaration", | ||
"name": "text-spacing", | ||
"vendor": "ms", | ||
"children": [ | ||
{ | ||
"type": "Value", | ||
"children": [ | ||
{ | ||
"type": "Keyword", | ||
"name": "normal", | ||
"vendor": null | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "Declaration", | ||
"name": "text-spacing", | ||
"vendor": null, | ||
"children": [ | ||
{ | ||
"type": "Value", | ||
"children": [ | ||
{ | ||
"type": "Keyword", | ||
"name": "normal", | ||
"vendor": null | ||
} | ||
] | ||
} | ||
] | ||
} | ||
@@ -525,0 +559,0 @@ ] |
Sorry, the diff of this file is not supported yet
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
402677
13121
Updatedcaniuse-db@^1.0.30000391