Remember that the comments are used for regex matching

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

View file

@ -5,7 +5,7 @@
@use "vars" as *; @use "vars" as *;
@use "functions" as *; @use "functions" as *;
/*! Colors in HEX or RGBA format */ /*! colors */
:root { :root {
$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) {
@ -28,7 +28,7 @@
} }
} }
/*! Properties like lengths or percentages */ /*! props */
:root { :root {
$props: map.get($vars, props); $props: map.get($vars, props);
@each $name, $val in create-vars-from-map($props, light) { @each $name, $val in create-vars-from-map($props, light) {