Fixes an edge case in shorthand merging.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 12 Apr 2015 10:23:15 +0000 (11:23 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 12 Apr 2015 16:58:10 +0000 (17:58 +0100)
commit0e4aafadd3a907f742810545660b2ced238ae8cb
tree318f6587967974a63e70d049d501c2cbc59a622f
parent517bae97708b03980c23640705292aafc960128e
Fixes an edge case in shorthand merging.

There was an issue with understandability when merging two shorthand
properties if one is a component of another.
lib/properties/compactable.js
lib/properties/override-compactor.js
test/properties/override-compacting-test.js