Fixes #198 - correctly handle a mixup of comments and @import statements.
authorGoalSmashers <jakub@goalsmashers.com>
Fri, 27 Dec 2013 11:27:18 +0000 (12:27 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Sat, 4 Jan 2014 16:03:24 +0000 (17:03 +0100)
commite8a2a5fc15e81fcd853f19decdcb4dd2f756a58a
tree7e58f2af4bdad10538e7c7ca9f9853c46388ff8c
parent99f85a118083e466f18dfc993bc46cf926b5e814
Fixes #198 - correctly handle a mixup of comments and @import statements.

This is a follow up to #192 which apparently fixed an edge case of processing
more than one @import inside a comment but introduced this issue.
History.md
lib/imports/inliner.js
test/data/issue-198-min.css [new file with mode: 0644]
test/data/issue-198.css [new file with mode: 0644]