Css2Less icon indicating copy to clipboard operation
Css2Less copied to clipboard

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

Open nhoizey opened this issue 12 years ago • 3 comments

nhoizey avatar May 24 '12 08:05 nhoizey

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

nicooprat avatar Jun 06 '12 08:06 nicooprat

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

nhoizey avatar Jun 21 '12 20:06 nhoizey

You're right, thanks for pointing it out.

nicooprat avatar Jun 22 '12 07:06 nicooprat