DEV Community

Discussion on: Use Bulma and FontAwesome 5 with Nuxt.js

Collapse
 
dennisk profile image
Dennis Keirsgieter

Yeah i now did it by using an extra nuxt module@nuxtjs/style-resources that loads my styles.scss and then if i also load it using the css property in nuxt i get what i want but i do have the feeling its now loading and generating more css then it should since a lot of classes are being there twice. Purgeing my css does not seem to fix that.

Thread Thread
 
mtpiercey profile image
Matthew Piercey

Are you using github.com/Developmint/nuxt-purgecss? Because that's the only way I got PurgeCSS to work. If I'm not mistaken, you otherwise should be doing it right.