How to override Vuetify SASS variables in Laravel Vue project

Could anyone tell me how to override vuetify sass variables in laravel vue project

I’m not familiar with Laravel but from my experience with Vue & Vuetify most Vuetify styles are defined using classes named v-application.
So for example if you’re trying to override a Vuetify style for a <code> element, you’ll have to redefine properties for the .v-application code selector.
Good luck!