It messes up http://necolas.github.com/normalize.css/
Opened this issue · 3 comments
nhoizey commented
It messes up http://necolas.github.com/normalize.css/
nicooprat commented
Selectors reordering is a known issue.
But actually, for this kind of files, I would recommend to you to either not parse it to LESS (you won't edit it anyway, right ?), or @import the "normalize.css" file into your .less file ; which is probably better than just pasting it at the beginning of your styles.
So it's maybe not a "real bug".
nhoizey commented
I agree this specific CSS can be used without LESS conversion, it was just an example of a bug…
nicooprat commented
You're right, thanks for pointing it out.