-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings file isn't applied after run 'dev' command #279
Comments
iirc you need to add // Any variables in the sass files in this folder - https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/styles/settings/
$font-family: 'Inter var', 'Inter', 'Roboto', 'Helvetica Neue', sans-serif;
@use 'vuetify' with (
// $utilities: false,
// $reset: false,
// $color-pack: false,
$body-font-family: $font-family
); |
Remember to disable vuetify styles: https://github.com/Pinegrow/pg-nuxt-vuetify/blob/main/nuxt.config.ts#L109-L110 |
Is |
Any errors you notice in the terminal that's running the dev server, or in the browser console? |
If you can extract out your above setup on a minimal vuetify scaffold, it will be very helpful to troubleshoot, reason being there might be something else that's causing the issue. |
For some reason, the settings file isn't loaded in first app load after run dev command
In first load, border radius isn't 24px:
After save the settings file:
Additional:
After change the page, this problem returns, and we need to save the settings file to apply it again
The text was updated successfully, but these errors were encountered: