Skip to content
This repository was archived by the owner on Dec 25, 2018. It is now read-only.
This repository was archived by the owner on Dec 25, 2018. It is now read-only.

whitelist a camel case class not working #134

@pldg

Description

@pldg

Not working:

whitelist: ['*doNotRemove*']

.doNotRemove-this-class {
  color: red;
}

This works fine:

whitelist: ['*do_not_remove*']

.do_not_remove-this-class {
  color: red;
}

purifycss issue #156

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions