Currently, I am working on developing an application using Vue and Vuetify as the foundation. I have found Vuetify to be extremely useful in quickly creating new features and prototypes. However, I am facing a challenge in aligning the styling of the app with the pre-defined styles in ".less" files.
While I am aware that it is possible to override SASS variables of Vuetify, I am hesitant to take this approach as it would require constant updates whenever changes are made to the external styling I need to conform to. I am looking for a smoother integration between the two styles.
Although I have successfully loaded the LESS files into the app, I am encountering issues where the Vuetify styles are overriding the custom styles. Has anyone else experienced a similar problem and found a solution?