I'm using Vuetify in one of my projects. The problem is that the recommended way of importing the styles is by including a pre-rendered vuetify.min.css. The file, for me, is still too big at 452Kb.
Since I'm not using all of vuetify's components as of now (I'm not using 99% of the styles), I'd like to import only those core styles and a couple of styles related to components that I use. I'd like my final stylesheet to be as lean as possible.
I see that it's using sass files as its source. Is there a way to compile my own custom vuetify css using those sass files? If so, how?