mirror of
https://github.com/dyzulk/raisen-app.git
synced 2026-01-27 07:05:31 +07:00
first commit
This commit is contained in:
11
vendor/template/build/scss/mixins/_dark-mode.scss
vendored
Normal file
11
vendor/template/build/scss/mixins/_dark-mode.scss
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Mixins: Dark Mode Controll
|
||||
//
|
||||
|
||||
@mixin dark-mode {
|
||||
@if $enable-dark-mode {
|
||||
.dark-mode {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user