Hello developers, I have a problem with next.js that the tailwind.config fill is missing everytime I create a new next.js app. However the tailwind is working just fine on the app but as you know sometime we need to configure some css style.
This is the way I create app.
npx create-next-app@latest
Would you like to use TypeScript? Yes
Would you like to use ESLint? Yes
Would you like to use Tailwind CSS? Yes
Would you like your code inside a src/
directory? No /
Would you like to use App Router? (recommended) Yes
Would you like to use Turbopack for next dev
? Yes
Would you like to customize the import alias (@/*
by default)? No
can anyone help me with that, I would really appreciate any help. Thank you