postcss-discard-duplicates
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -0,1 +1,5 @@ | ||
# 1.1.5 | ||
* Fixed an issue where comments were being deduplicated. | ||
# 1.1.4 | ||
@@ -2,0 +6,0 @@ |
@@ -8,2 +8,4 @@ 'use strict'; | ||
if (node.type === 'comment') { return; } | ||
var nodes = node.parent.nodes.filter(function (n) { | ||
@@ -10,0 +12,0 @@ return String(n) === String(node); |
{ | ||
"name": "postcss-discard-duplicates", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Discard duplicate rules in your CSS files with PostCSS.", | ||
@@ -5,0 +5,0 @@ "main": "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
4633
19