need help with tailwind css config.js file!
Unanswered
Havana posted this in #help-forum
HavanaOP
I have just created a Next.js project with Tailwind CSS, but there is no custom tailwind.config.js file available. I tried to create one, but it's not working. I'm confused whether, in the latest Tailwind CSS, users can no longer create a tailwind.config.js file.
5 Replies
its tailwind v4
the file no longer exists
you configure it using global.css
HavanaOP
okay thanku