Fixes building source maps for styles with and without an input map.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 1 Dec 2014 20:40:59 +0000 (20:40 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:39:16 +0000 (09:39 +0000)
commit53a78cf7ba8084f4d940096d664fbfada8825fc6
tree7a35aad341541ee40cb1cf49aa3b235b136ca472
parentc28ba9a2ee3235b81017798c8c4748e9335488b3
Fixes building source maps for styles with and without an input map.

* Previously stringifier was raisining an issue about a missing input source map.
lib/selectors/source-map-stringifier.js
lib/utils/input-source-map-tracker.js
test/data/source-maps/no-map-import.css [new file with mode: 0644]
test/data/source-maps/no-map.css [new file with mode: 0644]
test/source-map-test.js