Undo arbitrary change to fix props not being created

This commit is contained in:
Matthias Metelka 2022-11-01 15:30:42 +01:00
parent e5387224b1
commit 5ebbe975e9

View file

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