Fixes #629 - source maps & background shorthands.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 5 Aug 2015 07:20:20 +0000 (08:20 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 6 Aug 2015 08:39:44 +0000 (09:39 +0100)
commit1a4b201ecb0f91dae566bfb44427df56bf61224f
tree7ff5842c8c91ebdcf109ede6f1f390370b135ab0
parent2028fad5a88a80e9921d9981c6247951b8c43d62
Fixes #629 - source maps & background shorthands.

Properly handles cases when `background-color` is broken up in the
presence of source maps.

That happened because value array was coerced into a string which,
in presence of a source map, has also source info.
History.md
lib/properties/break-up.js
test/source-map-test.js