Skip to content

Psuedo class not converted #24

Description

@ansorensen

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions