Fixes #435 - background-clip in background shorthand.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 20 Jan 2015 22:09:58 +0000 (22:09 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 20 Jan 2015 22:11:59 +0000 (22:11 +0000)
commit5ef19f612243f78b9a5eb6bcfffab93036b4f23d
tree47bef92ac0498ce585f5ed17fb2dafeee9c18c39
parenta897a1a53b50bc0485bb812fe51c2e0923a5fc2c
Fixes #435 - background-clip in background shorthand.

Adds background-clip support in collapsing into background shorthands.
It hasn't been until now so such properties were effectively dropped
from shorthands resulting in a wrong background clipping.
History.md
lib/properties/processable.js
lib/properties/validator.js
test/integration-test.js