--- --- @use "colors" as c; :root { @include c.colors; @include c.light-colors; } @media screen and (prefers-color-scheme: dark) {//we would not like to apply dark mode if content is on printer as that would use a lot of ink :root{ @include c.dark-colors; } }