Fixes #466 - rebuilding background shorthand.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 1 Mar 2015 17:56:57 +0000 (17:56 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 1 Mar 2015 18:07:57 +0000 (18:07 +0000)
commit26180dbf0da730f8091e4de2b399871d4b49d929
tree090dcc257b38d41624cf0a850aebcb243063ac12
parent35cb43d1c67eee770dd9816c084fe4a152dc69b4
Fixes #466 - rebuilding background shorthand.

In case of multi-value shorthands (comma separated) we reuse tokens
instead of cloning when splitting / rebuilding values.

There was an edge case in rebuilding when having more than one
`background` in a rule.
History.md
lib/properties/processable.js
test/fixtures/issue-466-min.css [new file with mode: 0644]
test/fixtures/issue-466.css [new file with mode: 0644]