Skip to content

Commit 71e3299

Browse files
committed
chore(utils): use correct css var in font weight utils
1 parent 7ce7ac7 commit 71e3299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/scss/typography/_font-weight.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
@mixin kendo-utils--typography--font-weight() {
5858

5959
// Font weight utility classes
60-
@include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font" );
60+
@include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font-weight" );
6161

6262

6363
// Legacy aliases

0 commit comments

Comments
 (0)