15 lines
256 B
SCSS
15 lines
256 B
SCSS
// @import './var.scss';
|
|
// @import './functions.scss';
|
|
// @import './mixin.scss';
|
|
|
|
|
|
|
|
|
|
// @each $theme in dark, light{
|
|
// @include theme($theme);
|
|
// .v-application.#{$theme}-mode{
|
|
// span {
|
|
// color: $--theme-font-color;
|
|
// }
|
|
// }
|
|
// } |