Skip to content

Commit

Permalink
chore(documentation): revert removing of fw-light class in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Jul 18, 2024
1 parent 39dd070 commit a94d216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:export {
fontFamilies: [('sans-serif', 'monospace')];
fontSizes: [map.keys(post.$font-sizes)];
fontWeights: [('normal', 'bold')];
fontWeights: [('light', 'normal', 'bold')];
fontStyles: [('normal', 'italic')];
fixedLineHeights: [map.keys(post.$post-sizes)];
relativeLineHeights: [('1', 'base', 'sm', 'lg')];
Expand Down

0 comments on commit a94d216

Please sign in to comment.