Update to Tailwind v4#84
Conversation
This avoids an error "Cannot find module 'tailwindcss/plugin'" when upgrading tailwind to v4.
|
youre PR is not mature, configurator does not close, side menu icons not the same as before, login,notfound, error not same design |
|
I've tried the same steps as you, using .postcssrc.json etc. etc. and encountered the same issues that @imaa said. the configurator not closing, login screen's broken css and the other pages |
|
You're right, I also noticed the problem on the configurator. However, I'm currently having no time to look at it, any help is appreciated. |
Co-authored-by: Ingmar Jager <ijager@users.noreply.github.com>
|
have you tested the dark mode compatibility? because in the dark mode everything seems to be working but when using the light mode the floating configurator stays in the dark mode. such as the pages like auth login error and not found, theese are the problems i just found, at least the styling has now been fixed and floating config is now can be closed |
I've found based on docs and how the app uses the I'll add the suggestion to this PR to be added. |
| @tailwind base; | ||
| @tailwind components; | ||
| @tailwind utilities; | ||
| @import 'tailwindcss'; |
There was a problem hiding this comment.
| @import 'tailwindcss'; | |
| @import 'tailwindcss'; | |
| @plugin "tailwindcss-primeui"; | |
| @custom-variant dark (&:where(.app-dark, .app-dark *)); |
Based on tailwind v4 you may need this: https://tailwindcss.com/docs/dark-mode#toggling-dark-mode-manually
PS: tried to add a suggestion without luck
|
We are being totally ignored here... I've noticed there is similar work being done in the v20 branch. @mehmetcetin01140 what do we do here with the PR and the related issue? |


Solves #71