Yet another try

This commit is contained in:
Matthias Metelka 2022-11-01 15:40:28 +01:00
parent 6902800051
commit eaef4805c1

View file

@ -7,6 +7,7 @@
/*! colors */
:root {
color-scheme: light;
$colors: map.get($vars, colors);
@each $name, $val in create-vars-from-map($colors, light) {
@if str-index($name, "comment") == 1 {