Fixes #577 - disables `background-clip` merging into shorthand.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 20 May 2015 19:52:18 +0000 (20:52 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 20 May 2015 19:54:02 +0000 (20:54 +0100)
commita065f6e15337e2919b04e0b44fb0d8a0667fff94
tree67b4ff8db0331b0d36102bcbc8ef62d4aac52df1
parente74b045205a31dabc2c319469f1b8dc47933339e
Fixes #577 - disables `background-clip` merging into shorthand.

It seems to be only compatible with IE10+ so we'll keep it disabled
for now.
History.md
README.md
lib/properties/override-compactor.js
lib/utils/compatibility.js
test/integration-test.js
test/properties/override-compacting-test.js
test/utils/compatibility-test.js