Files
sk_fems_ui/assets/scss/theme.scss
2025-07-12 15:13:46 +09:00

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;
// }
// }
// }