Fixes restoring `background-color` in layered `background`.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 10 Apr 2015 09:42:55 +0000 (10:42 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 12 Apr 2015 11:15:30 +0000 (12:15 +0100)
commitbab72475f48e416f383c838f3a4fb965a791da3b
tree6173f6a4d17731e3e57515cacc44d03a8fdeb9f8
parentc3c68b6bf4eebfeabc2a30d3bde9143e59ed6daa
Fixes restoring `background-color` in layered `background`.

Only the last layer can have a color set.
lib/properties/restore.js
test/properties/override-compacting-test.js
test/properties/restore-test.js