Next.js Discord

Discord Forum

Where the tailwind styles are saved?

Unanswered
Florida White posted this in #help-forum
Open in Discord
Avatar
Florida WhiteOP
Greetings, i was wondering where the styles generated from tailwind utility classes are stored in a nextjs application?

Thanks

5 Replies

Avatar
when you build your project they are stored inside the build folder. They will be generated and saved inside a .css file
Avatar
Florida WhiteOP
the name of the .css file?
Avatar
Dwarf Hotot
name of the file is hash of "that" build
Avatar
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
Avatar
@Florida White solved? Please mark solution