Next.js Discord

Discord Forum

Im struggling with Regular Routing

Answered
Nile perch posted this in #help-forum
Open in Discord
Nile perchOP
Hey so basically I am using tailWind components and I am currently having none of the inline styling working, I need it to work through my globals.css but dont know how to set it up properly, can someone help me make this work correctly! Thanks a lot
Answered by joulev
you need to create an _app.tsx file and import the global css file there, https://nextjs.org/docs/pages/building-your-application/styling/tailwind-css#importing-styles-1
View full answer

3 Replies