Skip to content

Conversation

@adamwathan
Copy link
Member

Resolves #4202

This PR makes it possible to apply utilities with the important ! prefix and have them properly applied as !important:

.my-class {
  @apply font-bold !px-3;
}

Previous !important would be lost when applying !px-3.

@adamwathan adamwathan merged commit 33fbad9 into master May 6, 2021
@adamwathan adamwathan deleted the apply-important-modifier branch May 6, 2021 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Important modifier not working

2 participants