Skip to content

Commit 016434e

Browse files
committed
Fix font-weight property
1 parent 78b3bed commit 016434e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scss/_utilities.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ $utilities: map-merge(
376376
values: italic normal
377377
),
378378
"font-weight": (
379-
property: fw,
379+
property: font-weight,
380380
values: (
381381
light: $font-weight-light,
382382
lighter: $font-weight-lighter,

0 commit comments

Comments
 (0)