vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Why theme is defined at two places ? #84

Open laurentdebricon opened 5 years ago

laurentdebricon commented 5 years ago

in nuxt/template/plugins/vuetify.js and also : nuxt/template/assets/style/app.styl

I don't get it. I want a la carte. It seems putting it in nuxt/template/plugins/vuetify.js is useless if already in app.styl .

But maybe with stuff over my head like webpack styl loader optimizer, you still have to define your theme at both places ?