🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

postcss-merge-rules

Package Overview
Dependencies
Maintainers
5
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-merge-rules - npm Package Compare versions

Comparing version

to
4.0.2

2

dist/index.js

@@ -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"