postcss-merge-rules
Advanced tools
Comparing version
@@ -140,3 +140,3 @@ 'use strict'; | ||
return intersectionList.some(declaration => { | ||
return declaration.split(':')[0] === 'all'; | ||
return declaration.split(':')[0].toLowerCase() === 'all'; | ||
}); | ||
@@ -143,0 +143,0 @@ }; |
{ | ||
"name": "postcss-merge-rules", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Merge CSS rules with PostCSS.", | ||
@@ -24,3 +24,3 @@ "main": "dist/index.js", | ||
"postcss-discard-comments": "^4.0.0", | ||
"postcss-simple-vars": "^4.0.0" | ||
"postcss-simple-vars": "^5.0.1" | ||
}, | ||
@@ -38,3 +38,3 @@ "homepage": "https://github.com/cssnano/cssnano", | ||
"cssnano-util-same-parent": "^4.0.0", | ||
"postcss": "^6.0.0", | ||
"postcss": "^7.0.0", | ||
"postcss-selector-parser": "^3.0.0", | ||
@@ -41,0 +41,0 @@ "vendors": "^1.0.0" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20124
0.07%1
Infinity%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated