Styling Vuetify selectors

it appears it doesn’t work If you inspect it again, you will see that it does “work”, however it appears to be overridden by something: .menu__content {      top: 200px; } Is there something fundamental about vuetify I’m missing? Apparently not in this case, you are only missing CSS Specificity. If you inspect the element you … Read more

vuetify icon not showing

With Vue CLI 3 we have no index.html in the src folder so alternatively you can npm install –save material-design-icons-iconfont and import it in the main.js file import ‘material-design-icons-iconfont/dist/material-design-icons.css’