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