We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5807a5 commit 47d4b70Copy full SHA for 47d4b70
packages/vuetify/src/styles/generic/_colors.scss
@@ -23,7 +23,7 @@
23
}
24
25
@if (settings.$color-pack) {
26
- @include tools.layer('utilities.theme.background') {
+ @include tools.layer('utilities.theme-background') {
27
@each $color_name, $color_value in colors.$shades {
28
.bg-#{$color_name} {
29
@include background-color($color_value);
@@ -57,7 +57,7 @@
57
58
59
60
- @include tools.layer('utilities.theme.foreground') {
+ @include tools.layer('utilities.theme-foreground') {
61
62
.text-#{$color_name} {
63
@include text-color($color_value);
0 commit comments