Closed michaltakac closed 4 months ago
Do you have any terminal output or errors? Because I can't reproduce it
No, all is running properly. Maybe some local network issue on my side or something then... investigating.
I installed dependencies with pnpm i
. Idk if that might have contributed to this problem:
When I change "dev": "next dev --turbo"
to "dev": "next dev"
, I got CSS working properly.
So there's some problem with turbopack on my side. Will try to reinstall node modules with npm i
.
Yes, installing it with pnpm i
was the issue. npm i
works with turbopack.
This is how the app looks like when I open it in Safar/Chrome/Firefox:
Seems like it is not loading Tailwind properly.