2 lines
88 B
SCSS
2 lines
88 B
SCSS
@use 'material-dark';
|
|
@media (prefers-color-scheme: light) { @import 'material-light'; } |