5 lines
107 B
SCSS
Raw Permalink Normal View History

2025-03-05 20:28:54 -06:00
// The color-scheme CSS property https://web.dev/color-scheme/
:root {
color-scheme: #{$color-scheme};
}