Adds merging duplicate properties within a single selector's body.
authorGoalSmashers <jakub@goalsmashers.com>
Mon, 28 Oct 2013 09:28:11 +0000 (10:28 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Sat, 2 Nov 2013 16:30:38 +0000 (17:30 +0100)
commite25a329282dcba3f12cc86415f83940c83523c1f
treef41509a224492c81eecf1bfa9217a3e0b07f3c24
parent2c4d7c0a92932411e745223ac6ce8ad68abb0e72
Adds merging duplicate properties within a single selector's body.

* Skips merging if two properties declared one after another, e.g. display:inline-block;display:-moz-inline-box;
* Respects !important when merging.
History.md
lib/selectors/optimizer.js
test/data/big-min.css
test/data/big.css
test/unit-test.js