Closed leerobert closed 3 years ago
It would be a nice feature upgrade to have the ability to pass in theme colors via the config aka:
modules: [ // https://go.nuxtjs.dev/buefy ['nuxt-buefy', {primary: '#242424', link: '#424242', ...}] ]
I'm an absolute nuxt noob or I'd put up a PR
It's no possibile because color variables are sass/scss variables
It would be a nice feature upgrade to have the ability to pass in theme colors via the config aka:
I'm an absolute nuxt noob or I'd put up a PR