-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
I try to use SASS variables. But it don't work and broke styles. I see black borders for inputs. But I didn't add their.
frontend/assets/css/custom/settings.scss
:
@use 'vuetify/settings' with (
$button-height: 50px,
$messages-font-size: 0.85rem,
$input-details-font-size: 0.85rem,
$messages-min-height: 0.9rem,
$input-details-font-weight: 300,
$text-field-details-padding-inline: 0px
);
In frontend/nuxt.config.ts
:
...
moduleOptions: {
styles: {
configFile: 'assets/css/custom/settings.scss',
},
},
...
If I remove moduleOptions's content, black borders go away.
vuetify-nuxt-module version: "0.12.0"
Metadata
Metadata
Assignees
Labels
No labels