Where the tailwind styles are saved?
Unanswered
Florida White posted this in #help-forum
Florida WhiteOP
Greetings, i was wondering where the styles generated from tailwind utility classes are stored in a nextjs application?
Thanks
Thanks
5 Replies
when you build your project they are stored inside the build folder. They will be generated and saved inside a .css file
Florida WhiteOP
the name of the .css file?
Dwarf Hotot
name of the file is hash of "that" build
You can find the exact name inside your head tag, when you start the page. If you just using tailwind, there should be only the tailwind styles .css file. Like that you can easily find it
@Florida White solved? Please mark solution