Fixes #579 - disables `background-origin` merging into shorthand.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 20 May 2015 20:03:55 +0000 (21:03 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 20 May 2015 20:03:55 +0000 (21:03 +0100)
commite1b178a0781d81d75cf003c3b0a1df0ef25bafd2
tree0246666fb34e2ef98d49ab57ea31fca7bc17317d
parentfa92fb8a60e91e07cb8446280b5358ac1e8f6b6c
Fixes #579 - disables `background-origin` 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