Files
expense/vendor/almasaeed2010/adminlte/build/scss/_root.scss
T
fiqhpratama 453d9bb470 new commit
2024-11-27 11:17:17 +07:00

15 lines
275 B
SCSS
Vendored

@include dark-mode () {
:root {
// Custom variable values only support SassScript inside `#{}`.
@each $color, $value in $colors-alt {
--#{$color}: #{$value};
}
@each $color, $value in $theme-colors-alt {
--#{$color}: #{$value};
}
}
}
//