Skip to content

CSS classes with dash are not renamed #6

@calummoore

Description

@calummoore

The following will not be re-named because there is a dash between 'btn' and 'default'

 /* Not renamed */
.btn-default {
   ...
}

/* Renamed */
.btndefault {
  ...
}

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