DEV Community

Discussion on: Guide on how to apply Nuxt Color Mode with Bulma

Collapse
 
mrtoxy profile image
MrToxy

I'm not sure why this always shows up in these articles and is never pointed out, by adding both css and styleResources you will be duplicating CSS.
Anything that's global i.e variables needs to be imported separately from the rest.

In this case you would import bulma on css and the override on the styleResources so that you don't end up with duplicated css