Fixes #669 - adjacent overriding with `!important`.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 15 Sep 2015 06:18:34 +0000 (07:18 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 15 Sep 2015 06:33:07 +0000 (07:33 +0100)
commitb905f8f7198e403d285b3068704e7a9bf675fb4e
treea4155d1af61fdc2e5848ecaa11d3112bd0edff66
parentd22ecc4c51f7aeecceb664499f51df04d623b73b
Fixes #669 - adjacent overriding with `!important`.

With two adjacent properties with same value and latter being
important the former should be removed.
History.md
lib/properties/optimizer.js
test/fixtures/big-min.css
test/properties/optimizer-test.js
test/properties/override-compacting-test.js