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
At that point the default page should have a bigger font.
Add a preset:
$ vue add vuetify-preset-crane
$ yarn serve
At that point the default page should have different colours and a new font, but the size of the font is wrong and back to 16px. Try to increase or decrease the font size and nothing is happening.
Expected Behavior
The project styles/variables.scss should be merged with default and preset variables, override them and be injected to produce the right output.
Environment
Vuetify Version: 2.2.6
Vue Version: 2.6.11
Browsers: Google Chrome
OS: Mac OS 10.15.2
Steps to reproduce
You should see the welcome Vuetify start page.
styles/variables.scss
with a larger font size root:At that point the default page should have a bigger font.
At that point the default page should have different colours and a new font, but the size of the font is wrong and back to 16px. Try to increase or decrease the font size and nothing is happening.
Expected Behavior
The project
styles/variables.scss
should be merged with default and preset variables, override them and be injected to produce the right output.Actual Behavior
The file is never used if a preset is installed
Reproduction Link
https://github.com/blaflamme/vuetify-variables-bug-app
Other comments
I was able to do a temporary workaround by...
The text was updated successfully, but these errors were encountered: