Is there a decent way to use tailwind 4 alongside tailwind 3 in a project? #13575
Unanswered
nathangross
asked this question in
Help
Replies: 1 comment
-
I may be late, but if anyone else ends up here, this was very helpful. |
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.
-
I'm working on a new laravel (+ vite) project that I'd like to utilize tailwind 4 on the frontend but keep tailwind 3 on the backend (filament) due to some tailwind plugin requirements.
I've tried npm workspaces (also yarn), aliasing tailwind3, tailwind4 packages. I'll get the frontend working but it then it breaks the backend and vice versa.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions