Ignores `@import` at-rules if after content.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 12 Dec 2016 13:12:22 +0000 (14:12 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 12 Dec 2016 15:06:05 +0000 (16:06 +0100)
commit881f736b1047d2547abe8ff0582fa5266a596cc9
tree1bbbfe29c83dae4efd707898a1e123c40340ee27
parent1d27287276210a1e1830136cb80ad7da75418a71
Ignores `@import` at-rules if after content.

Why:

* This is what browsers do and we should respect it.
History.md
lib/clean.js
lib/selectors/simple.js
test/module-test.js
test/protocol-imports-test.js
test/test-helper.js