From ff0a1527a3824fd04fe2020778901de36999755f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20B=C3=BCschlen?= Date: Wed, 6 Dec 2023 16:32:31 +0100 Subject: [PATCH] fix(generator-script): replace hardcoded value with a placeholder (#77) --- scripts/generate-component/templates/[name].css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-component/templates/[name].css b/scripts/generate-component/templates/[name].css index 8a452636..d130cbe5 100644 --- a/scripts/generate-component/templates/[name].css +++ b/scripts/generate-component/templates/[name].css @@ -7,5 +7,5 @@ --[name]-font-regular: var(--leu-font-regular); --[name]-font-black: var(--leu-font-black); - font-family: var(--chip-font-regular); + font-family: var(--[name]-font-regular); }