fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
| DIR:/home/u1105814/www/monitoring_as400/build/scss/mixins/ |
| Current File : //home/u1105814/www/monitoring_as400/build/scss/mixins/_dark-mode.scss |
//
// Mixins: Dark Mode Controll
//
@mixin dark-mode {
@if $enable-dark-mode {
.dark-mode {
@content;
}
}
}
|