stylecow-plugin-prefixes
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -27,2 +27,3 @@ "use strict"; | ||
'css-image-set', | ||
'css-line-clamp', | ||
'css-logical-props', | ||
@@ -29,0 +30,0 @@ 'css-masks', |
@@ -86,2 +86,3 @@ "use strict"; | ||
caniuse.forEachVendor('css-image-set', addDeclarationChildVendor, ['background', 'background-image'], 'Function', 'image-set'); | ||
caniuse.forEachVendor('css-line-clamp', addDeclarationVendor, 'line-clamp'); | ||
caniuse.forEachVendor('css-logical-props', addDeclarationVendor, [ | ||
@@ -88,0 +89,0 @@ 'block-size', |
{ | ||
"name": "stylecow-plugin-prefixes", | ||
"description": "Stylecow plugin to add vendor prefixes automatically.", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"engines": { | ||
@@ -21,9 +21,12 @@ "node": ">=4.0" | ||
"devDependencies": { | ||
"mocha": "^2.3.4", | ||
"stylecow-core": "^2.2.2" | ||
"mocha": "^2.4.5", | ||
"stylecow-core": "^2.3.0" | ||
}, | ||
"peerDependencies": { | ||
"stylecow-core": "^2.3.0" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"caniuse-db": "^1.0.30000391" | ||
"caniuse-db": "^1.0.30000436" | ||
} | ||
} |
@@ -6,7 +6,9 @@ //Check the caniuse database to discover new css features | ||
var notImplemented = [ | ||
'css-canvas', | ||
'css-canvas', //non standard | ||
'css-media-resolution', //implemented in stylecow-plugin-fixes | ||
'css-reflections', | ||
'font-smooth', | ||
'text-stroke', | ||
'css-reflections', //non standard | ||
'css-matches-pseudo', //fallback in stylecow-plugin-matches | ||
'font-smooth', //non standard | ||
'css-scrollbar', //non standard | ||
'text-stroke', //non standard | ||
]; | ||
@@ -13,0 +15,0 @@ |
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
404428
123
13190
2
+ Addedamdefine@1.0.1(transitive)
+ Addedmulti-stage-sourcemap@0.2.1(transitive)
+ Addedsource-map@0.1.430.5.7(transitive)
+ Addedstylecow-core@2.5.0(transitive)
Updatedcaniuse-db@^1.0.30000436