-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Upgrade Tailwind #11846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hey there, Thanks for raising this issue I'm Working on it If I need some time then I will comment. |
hey can you help in which folder I need to upgrade the tailwindcss, correct me if I'm wrong, I think in components/dashboard. |
@Harixomxsingh You're right, this is about the |
@gtsiolis @Harixomxsingh I can work on this issue, if no work has been done on this yet. |
@Hardik500 I couldn't find any open PR linking back to this issue, feel free to pick it up. 🏓 |
Awesome @gtsiolis, I'll be picking it up then |
@gtsiolis An update on the Tailwind v3 upgrade, it seems that the process is not that straightforward for upgrading to tailwind v3. So the solution I found out was using react-app-rewired (https://github.com/timarney/react-app-rewired), which currently doesn't seem to cause any errors except some polyfills issues, for which I found a workaround for.
This is the one major breakage I found out, I haven't tested the live version right now, cause of Issue 1, as the frontend is unable to connect. And I am getting timeout For now, I'll try to write a similar config for react-app-rewired that we have for craco |
@gtsiolis Thoughts? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as this was resolved in #18525 — thanks, @AlexTugarev! |
Problem to solve
The dashboard is currently using Tailwind 2.x but Tailwind 3.x is already out there since last year, see relevant release.
We've run into issues or confusion where both team or community contributors have been trying to bypass the limitations of the Tailwind 2.0. For example, see #10004, #10284, #11815 (comment), etc.
Proposal
Upgrade Tailwind from
2.x
to3.x
. 🌬️See also relevant docs.
The text was updated successfully, but these errors were encountered: