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