We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
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.