From e5387224b10472856e775514a29f18d3551e36bb Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:28:18 +0100 Subject: [PATCH] Apply arbitrary change to force recreation of colors.py --- sass/_root-vars.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sass/_root-vars.scss b/sass/_root-vars.scss index dfaf6ce1e..2d122e056 100644 --- a/sass/_root-vars.scss +++ b/sass/_root-vars.scss @@ -5,8 +5,9 @@ @use "vars" as *; @use "functions" as *; -/*! colors */ +/*! Colors in HEX or RGBA format */ :root { + color: red; $colors: map.get($vars, colors); @each $name, $val in create-vars-from-map($colors, light) { @if str-index($name, "comment") == 1 { @@ -28,7 +29,7 @@ } } -/*! props */ +/*! Properties like lengths or percentages */ :root { $props: map.get($vars, props); @each $name, $val in create-vars-from-map($props, light) {