8 lines
169 B
SCSS
8 lines
169 B
SCSS
// @each $theme in dark, light{
|
|
// @include theme($theme);
|
|
// .v-application.#{$theme}-mode{
|
|
// span {
|
|
// color: $--theme-font-color;
|
|
// }
|
|
// }
|
|
// } |