Next.js Discord

Discord Forum

How to create css classes with style inside, dynamically ?

Unanswered
Common paper wasp posted this in #help-forum
Open in Discord
Common paper waspOP
I would like to create css classes ( to be used else where in the app ) depending on api response. How could I do that please ?

4 Replies

Atlantic herring
in styles/globals.css u can create public css classes
u dont have to import the css file bc its automatically imported into the app.js file
and u can use the classes everywhere
@Common paper wasp