If you set a base font-family for example and then subsequently add buefy.css, buefy stomps all over the site rules.
Is the inclusion re-adding all of the bulma styles back in? Is there a way to only add styles necessary?
Yes, Buefy compiled css has all Bulma's styles included. I wouldn't recommend utilizing the compiled css if you're customizing the theme. You have two options:
or add https://github.com/purifycss/purifycss (remove unused CSS) in your webpack
@rafaelpimpa Including the specific utils + component sass files worked for me thank you
From my App.vue specifically
@import '../../node_modules/buefy/src/scss/utils/_variables.scss'
@import '../../node_modules/buefy/src/scss/components/_notices.scss'