tailwind.config.ts not getting installed
Answered
Giant panda posted this in #help-forum
Giant pandaOP
I made a next project yesterday and everything was getting installed just right, However, idk if it's due to any updates but when i'm running npx create-next-app@latest and saying yes to typecript and tailwind, even then I cannot see tailwind.config.ts in my project and i'm getting postcss.config.mjs (I'm not sure if i'm supposed to get this if the project is in typescript) Please help me out! This is driving me crazy! Thank you
5 Replies
@Giant panda I made a next project yesterday and everything was getting installed just right, However, idk if it's due to any updates but when i'm running npx create-next-app@latest and saying yes to typecript and tailwind, even then I cannot see tailwind.config.ts in my project and i'm getting postcss.config.mjs (I'm not sure if i'm supposed to get this if the project is in typescript) Please help me out! This is driving me crazy! Thank you
That’s tailwind v4. Tailwind v4 doesn’t have tailwind.config.ts
Answer
Giant pandaOP
so what command should I run?
or where should I configure how i used to configure tailwind.config.ts?
read tailwind docs
Giant pandaOP
thank you got it! Sorry for the silly ques.