I need help with prefixing in tailwind-merge #539
Unanswered
sarvalabs-harshrastogi
asked this question in
Help
Replies: 1 comment
-
Hey @sarvalabs-harshrastogi! 👋 You're probably using tailwind-merge v3 and Tailwind CSS v3, right? tailwind-merge v3 only works together with Tailwind CSS v4 which has a different prefix syntax (classes look like If you use Tailwind CSS v3, you need to use tailwind-merge v2.6.0 instead. Then your code will work as expected. Related: #527 |
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
-
I need help regarding prefix it is not working as expected or am I doing it wrong?
Ideally I'm expecting
merge
to give me output astw-w-1/3
. Can somebody help on this.Beta Was this translation helpful? Give feedback.
All reactions