libcss2less icon indicating copy to clipboard operation
libcss2less copied to clipboard

Psuedo class not converted

Open ansorensen opened this issue 10 years ago • 0 comments

I entered the output from an Icomoon font, for example:

.icon-Play2:before { content: "\e63f"; }

And the result was identical to the input. I would have expected:

.icon-Play2 { &:before { content: "\e63f"; } }

It would be really nice if this conversion worked, then I could quickly change the static Icomoon css classes into mixin-able Less.

ansorensen avatar Mar 04 '15 19:03 ansorensen