Skip to content

Commit

Permalink
GH-88: Fix incorrect var name (font-size→weight)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Aug 13, 2021
1 parent 5f5eb56 commit 732b99c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Styleguide Trumps.Scopes.SystemSpecs

.s-system-specs {
font-size: var(--global-font-size--small);
font-weight: var(--global-font-size--medium);
font-weight: var(--global-font-weight--medium);
}


Expand Down

0 comments on commit 732b99c

Please sign in to comment.