I'm using Vuetify in my Vue components. I want to use vuetify css in the components I use Vuetify.
i'm adding this code import VuetifyCss from 'vuetify/dist/vuetify.min.css'
to my local component but it affects all project so it crushes bootstrap's some css.
How can i import vuetify.min.css into my local component which i used ?