starting a nextjs project with tailwind
Answered
Transvaal lion posted this in #help-forum
Transvaal lionOP
when I start a new project with nextjs and tailwind nextjs does not give me the ailwind.config.ts why ?
Answered by Asian black bear
Tailwind v4 no longer uses the config file, the entire config is in the CSS file.
3 Replies
Sloth bear
what command did you use?
@Transvaal lion when I start a new project with nextjs and tailwind nextjs does not give me the ailwind.config.ts why ?
Asian black bear
Tailwind v4 no longer uses the config file, the entire config is in the CSS file.
Answer
@Asian black bear Tailwind v4 no longer uses the config file, the entire config is in the CSS file.
Transvaal lionOP
o ok thank you !