Im struggling with Regular Routing
Answered
Nile perch posted this in #help-forum
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
3 Replies
@Nile perch 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
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
Answer
@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
Nile perchOP
i ended up fixing it, rn im having an issue with module.css do u think u can help me real quick?
@Nile perch i ended up fixing it, rn im having an issue with module.css do u think u can help me real quick?
Different question different post. Make a new post