nicooprat/Css2Less

It messes up http://necolas.github.com/normalize.css/

Opened this issue · 3 comments

It messes up http://necolas.github.com/normalize.css/

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".

I agree this specific CSS can be used without LESS conversion, it was just an example of a bug…

You're right, thanks for pointing it out.