postcss-merge-rules
Advanced tools
Comparing version
@@ -0,1 +1,6 @@ | ||
# 1.3.2 | ||
* Fixes a behaviour in which comment nodes were being processed by the | ||
partial declaration merging logic. | ||
# 1.3.1 | ||
@@ -2,0 +7,0 @@ |
@@ -102,6 +102,6 @@ 'use strict'; | ||
}; | ||
firstClone.eachInside(moveDecl(function (decl) { | ||
firstClone.eachDecl(moveDecl(function (decl) { | ||
decl.moveTo(recievingBlock); | ||
})); | ||
secondClone.eachInside(moveDecl(function (decl) { | ||
secondClone.eachDecl(moveDecl(function (decl) { | ||
decl.removeSelf(); | ||
@@ -108,0 +108,0 @@ })); |
{ | ||
"name": "postcss-merge-rules", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Merge CSS rules with PostCSS.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10695
1.08%