5 lines
107 B
SCSS
Raw Normal View History

2025-03-07 00:29:07 -06:00
// The color-scheme CSS property https://web.dev/color-scheme/
:root {
color-scheme: #{$color-scheme};
}