Ali Zain Ul Yasoob
Ali Zain Ul Yasoob
That makes sense. I am actually upgrading from Vuetify 1.5 to Vuetify 3 that's why I needed that. can you please guide which version of this plugin should be used...
Any progress on that feature???
Yes I have also tried `unplugin-vue-components` with VuetifyResolver but SASS variables doesn't work without this loader. Is there any way to configure it in vite config?
> Take a look at [vitejs/vite#12566 (comment)](https://github.com/vitejs/vite/discussions/12566#discussioncomment-5418403) You can use `additionalData` to import and your scss variables Just tried it and it worked perfectly! Thanks