Skip to content

Commit

Permalink
feat: fix lineheight tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
larserbach committed May 10, 2023
1 parent 4e1ebaf commit 4c87923
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/figma-design-tokens/input/tokens/core/BLR_COR.json
Original file line number Diff line number Diff line change
Expand Up @@ -4130,6 +4130,18 @@
"Loose": {
"value": "160%",
"type": "lineHeights"
},
"fix_1_rem": {
"value": "1rem",
"type": "lineHeights"
},
"fix_1,25_rem": {
"value": "1.25rem",
"type": "lineHeights"
},
"fix_1,5_rem": {
"value": "1.5rem",
"type": "lineHeights"
}
},
"fontSizes": {
Expand Down

0 comments on commit 4c87923

Please sign in to comment.