Fixes #447 - `background-color` in shorthands.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 31 Jan 2015 10:11:46 +0000 (10:11 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 31 Jan 2015 10:25:55 +0000 (10:25 +0000)
commit46cf5defb0808fc5e187e06ad4a35178a9418d4b
treea339cd46f7a60faada61d436cbeca479edc79d20
parent63b6543b376c55c866abec8f4ba563d343f7678a
Fixes #447 - `background-color` in shorthands.

Apparently `background-color` with a value of `none` can't be merged
into a shorthand as `none` value will override `background-image`.
History.md
lib/properties/override-compactor.js
lib/properties/processable.js
test/integration-test.js