Skip to content

Commit

Permalink
fix(generator-script): replace hardcoded value with a placeholder (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
daenub authored Dec 6, 2023
1 parent 3f16620 commit ff0a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-component/templates/[name].css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit ff0a152

Please sign in to comment.