7 lines
93 B
SCSS
7 lines
93 B
SCSS
// scss-lint:disable PropertySpelling
|
|
:root {
|
|
color-scheme: light dark;
|
|
}
|
|
|
|
@import 'woot';
|