Fixes #490 - multivalue vendor prefixed background.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 12 Apr 2015 19:20:16 +0000 (20:20 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 12 Apr 2015 19:22:05 +0000 (20:22 +0100)
commit2c7a75504606fc9a853c9b7dd87b3a7128741667
tree0dde7cc3dd6d5c7d6b731e7306ccb5d038a1d3b8
parent8a4edfd392ffd2d7c99c1f6a971a6cf4786e4df4
Fixes #490 - multivalue vendor prefixed background.

Basically we were not testing if all values were overriddable, but just
the first one, which was failing if any further wasn't.

Note - we still need to fix shorthands being pulled into the last
shorthand only. It should likely be disabled altogether, which will solve
History.md
lib/properties/every-combination.js [new file with mode: 0644]
lib/properties/override-compactor.js
lib/properties/shorthand-compactor.js
test/fixtures/issue-490-min.css [new file with mode: 0644]
test/fixtures/issue-490.css [new file with mode: 0644]
test/properties/override-compacting-test.js