Is there any way to exclude ress.css from Vuetify? It overrides Bootstrap and my styles. I tried just to delete in from Vuetify directory in node_modules but it didn't help
You can comment it out in node_modules/vuetify/src/styles/generic/_index.scss
as follwoing:
@import './animations.scss';
@import './colors.scss';
// @import './reset.scss';
@import './elevation.scss';
@import './transitions.scss';
But it is an ugly solution.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With