Fixes #507 - merging longhand into many shorthands.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 13 Apr 2015 07:16:40 +0000 (08:16 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 13 Apr 2015 07:16:40 +0000 (08:16 +0100)
commit2d050b0b9dd94e2210c8c8f649121d228af59c1f
tree1318de50e1b40c350d685f0cb9f71729c291083e
parent2c7a75504606fc9a853c9b7dd87b3a7128741667
Fixes #507 - merging longhand into many shorthands.

This disables such merges altogether as it is not an easy feat, since:

* Merged property may be default;
* Merged property can be merged into many shorthands resulting in
  longer value;
* There can be more properties waiting to be merged in.

Follow up in #527.
History.md
lib/properties/override-compactor.js
test/fixtures/issue-490-min.css
test/properties/override-compacting-test.js