I am trying to integrate Vuetify with Nuxt using a Plugin but I am encountering the following issue: https://i.sstatic.net/KZbCN.png
Error Message:
ERROR in ./node_modules/vuetify/src/components/VProgressLinear/VProgressLinear.sass friendly-errors 21:22:30
Module build failed (from ./node_modules/sass-loader/lib/loader.js): friendly-errors 21:22:30
undefined
^
Invalid CSS after " @content": expected "}", was "($material-light); "
I have installed all the required Sass Loaders as per Vuetify and Nuxt´s documentation. To recreate the problem, I have created an example repository. https://github.com/Badgyy/vdling
I have been stuck on this issue for hours and haven't been able to find a suitable solution online. Any help would be greatly appreciated.