-
package version
CodeI just wrote below code in globals.css @import "tailwindcss" prefix(tw); Error
It works fine when using @import "tailwindcss" only. If you happen to know how to resolve this, I'd appreciate your help. |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
May 14, 2025
Replies: 1 comment 8 replies
-
You'd need to apply the prefix to your @apply tw:absolute; |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
Moonachi
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
You'd need to apply the prefix to your
@apply
usage: