Fixes #626 - edge case in import rebasing.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 20 Sep 2015 11:23:06 +0000 (12:23 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 21 Sep 2015 08:35:25 +0000 (09:35 +0100)
commit02fd73e617adf45332b6e3a5410b4285e6c99830
tree21496754f43b1ec9cc79d13d560dc478cb2a3f0f
parent0bbda4e8fdc60c61d281c117821ec2fc8af3d98c
Fixes #626 - edge case in import rebasing.

When an import statement appeared inside a comment we were
still rebasing such imports if a quote appeared in subsequent
block of text.
History.md
lib/urls/reduce.js
test/fixtures/partials/with-commented-import.css [new file with mode: 0644]
test/module-test.js