Skip to content

How to use @apply with !important in Tailwind CSS v4 for changing Laravel Filament background? #18617

Answered by wongjn
Leonard0912 asked this question in Help
Discussion options

You must be logged in to vote

You should be able to use the same syntax as class names for the !important flag in your CSS:

.foo {
  @apply bg-red-500!;
}

As an aside, Adam Wathan (creator of Tailwind) does seem to advocate avoiding @apply:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Leonard0912
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants