Skip to content

Prettier places "!important" before actual class #3

@ghost

Description

After automatic class sorting was applied, the following code:

.facetwp-facet { @apply mb-0 !important; }

... turned into:

.facetwp-facet { @apply !important mb-0; }

which is causing an error.

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