Help loading CSS dynamically
i am trying to load global CSS during runtime based on env variable.
currently i have something like this in nuxt.config.ts:
is there a way i can load the someConfig.css file dynamically during runtime?
currently i have something like this in nuxt.config.ts:
is there a way i can load the someConfig.css file dynamically during runtime?