schmelczer-dev/src/framework/styles/dark-mode/dark-mode.scss
Schmelczer András 0429ea7f72 Add final touches
2020-01-10 20:11:10 +01:00

5 lines
64 B
SCSS

@mixin in-dark-mode() {
&[theme='dark'] {
@content;
}
}