postcss-merge-rules
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -0,1 +1,5 @@ | ||
# 1.3.6 | ||
* Minor boost in performance with reduced stringify passes. | ||
# 1.3.5 | ||
@@ -2,0 +6,0 @@ |
@@ -173,4 +173,5 @@ 'use strict'; | ||
if (cache.selector === rule.selector) { | ||
var toString = String(cache); | ||
rule.eachInside(function (decl) { | ||
if (~String(cache).indexOf(String(decl))) { | ||
if (~toString.indexOf(String(decl))) { | ||
return decl.removeSelf(); | ||
@@ -177,0 +178,0 @@ } |
{ | ||
"name": "postcss-merge-rules", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Merge CSS rules with PostCSS.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
12041
203