Environment
Vuetify Version: 3.4.6
Vue Version: 3.3.11
Browsers: Chrome 120.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
- Clone https://github.com/mcfarljw/vuetify-disabled-class-utilities
- Run
npm i
- Run
npm run dev
Expected Behavior
Disabling utility classes doesn't break the default Vuetify components.
VBtn should be rounded with a cursor on hover
VTab should use the correct colors with a cursor when hovering and be rounded
VNavigationDrawer should not have a border
Actual Behavior
Disabling utility classes cases several components to not be styled correctly.
VBtn is not rounded without a cursor on hover
VTab is not the correct color when hovering and is not rounded
VNavigationDrawer has a border despite it being set to 0
Reproduction Link
https://github.com/mcfarljw/vuetify-disabled-class-utilities
Other comments
In general I've been having a lot of trouble following the documentation for SASS Variables (https://vuetifyjs.com/en/features/sass-variables). I'm trying to disable the utility classes so that I can use TailwindCSS, UnoCSS, or PandaCSS without conflicts but in this example I'm just trying to disable the utility classes without breaking the default styling based on the selected blueprint.
Utility classes disabled:

Utility classes enabled:

Environment
Vuetify Version: 3.4.6
Vue Version: 3.3.11
Browsers: Chrome 120.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
npm inpm run devExpected Behavior
Disabling utility classes doesn't break the default Vuetify components.
VBtnshould be rounded with a cursor on hoverVTabshould use the correct colors with a cursor when hovering and be roundedVNavigationDrawershould not have a borderActual Behavior
Disabling utility classes cases several components to not be styled correctly.
VBtnis not rounded without a cursor on hoverVTabis not the correct color when hovering and is not roundedVNavigationDrawerhas a border despite it being set to 0Reproduction Link
https://github.com/mcfarljw/vuetify-disabled-class-utilities
Other comments
In general I've been having a lot of trouble following the documentation for SASS Variables (https://vuetifyjs.com/en/features/sass-variables). I'm trying to disable the utility classes so that I can use TailwindCSS, UnoCSS, or PandaCSS without conflicts but in this example I'm just trying to disable the utility classes without breaking the default styling based on the selected blueprint.
Utility classes disabled:
Utility classes enabled: