Replies: 1 comment
-
You'd need to use the @layer utilities {
.avatar {
@apply p-0! focus-visible:ring-0! bg-none! rounded-full!;
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im using Tailwind CSS v4 with Next.js v15.2.4
whenever i try to use
!important
it gives me the error:Cannot apply unknown utility class: !important
code:
Beta Was this translation helpful? Give feedback.
All reactions