Fixes #358 - property merging in compatibility mode.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 16 Sep 2014 07:07:26 +0000 (08:07 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 16 Sep 2014 07:49:57 +0000 (08:49 +0100)
commit0508a649a9a39d77f34d55ddf3ca1c04b0487a0b
treefa1eab5d67fb4099c57ed005f74c96965653a0a4
parent3149dd380c8adfee00ad143fdf4df679feb53f24
Fixes #358 - property merging in compatibility mode.

* More understandable properties can't be merged into less understandable shorthands.
* E.g: div{background:linear-gradient(...) #000;background-color:red;}
History.md
lib/properties/optimizer.js
lib/properties/override-compactor.js
test/unit-test.js