Ran create-next-app@latest, choose all default settings, and tailwind did not work
Unanswered
Peterbald posted this in #help-forum
PeterbaldOP
I ran
I pressed enter to choose all the default options
It automatically ran
But when I do
I need help fixing this issue
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
PeterbaldOP
I think it's a tailwindcss problem, I just encountered the same issue with the vite template
;-;