You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
In decorators/withVuetify.js both vuetify/dist/vuetify.min.css and mdi/font/css/materialdesignicons.min.css are required by default.
This will disable developers from using their Sass Variables Overrides.
We can simply remove it and let the developer import whatever styles he wants.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
decorators/withVuetify.js
bothvuetify/dist/vuetify.min.css
andmdi/font/css/materialdesignicons.min.css
are required by default.This will disable developers from using their Sass Variables Overrides.
We can simply remove it and let the developer import whatever styles he wants.
The text was updated successfully, but these errors were encountered: