Tailwind v4 #91
JamesFreeman
started this conversation in
Show and tell
Replies: 0 comments
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've just upgraded my project to tailwindv4, and I was having issues that the modal wasn't showing - after some debugging the styles weren't being pulled in.
It looks like the new content detection has broke the current implementation: https://tailwindcss.com/docs/detecting-classes-in-source-files
It can be fixed by adding in your app.css:
Do you think this is worth adding some documentation for @pascalbaljet
Beta Was this translation helpful? Give feedback.
All reactions