Next.js Discord

Discord Forum

Ran create-next-app@latest, choose all default settings, and tailwind did not work

Unanswered
Birman posted this in #help-forum
Open in Discord
BirmanOP
I ran bunx create-next-app@latest
I pressed enter to choose all the default options
It automatically ran bun install
But when I do bun run dev there are no styles and everything is unstyled. Which means tailwindCSS v4 is not working...

I need help fixing this issue

2 Replies

BirmanOP
I think it's a tailwindcss problem, I just encountered the same issue with the vite template
;-;