Graham

Results 4 comments of Graham

Agreed on the first point. I didn't mention it, but my intent was for the first two portions to be optional, ie only added when necessary. I just want to...

On that note, should this issue be moved to JET?

I'm also experiencing this issue with an @import from google fonts ala: `@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Cardo");` Error output is the same.

My temporary fix is to add `&& line.indexOf('@import') < 0` to the end of line 30 of processor.js, which currently looks like: `return line !== lineValue && line.slice(0, 2) !==...