buefy / nuxt-buefy

Nuxt Buefy
MIT License
221 stars 33 forks source link

bulma and prism not playing well - how to adjust which bulma files are pulled in by buefy #107

Closed tansaku closed 11 months ago

tansaku commented 3 years ago

I'm having the problem described here https://github.com/koca/vue-prism-editor/issues/93 where prism and bulma are not playing nicely. The solution should be to pull in a subset of bulma files, but how can I do that in the context of nuxt-buefy?

mitya33 commented 3 years ago

I'd be interested to know the answer to this. Buefy seems to lack a mechanism to control which Bulma modules are loaded. You can do this manually, of course, but it would be good if there were a way to specify them, for example, via an entry in the Nuxt config.

tansaku commented 3 years ago

thanks @mitya33 - pardon my ignorance but could you describe the manual process? At the moment I'm overiding styles in the vue page itself to work around this

wesdevpro commented 11 months ago

https://github.com/koca/vue-prism-editor/issues/93