Skip to content

Commit

Permalink
feat: add tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jun 13, 2023
1 parent 957cfb1 commit f47a360
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions tokens/source/line-height/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"line_height": {
"10": {
"comment": "12px",
"value": "12px"
},
"20": {
"comment": "16px",
"value": "16px"
},
"30": {
"comment": "20px",
"value": "20px"
},
"40": {
"comment": "24px",
"value": "24px"
},
"50": {
"comment": "28px",
"value": "28px"
},
"60": {
"comment": "32px",
"value": "32px"
},
"70": {
"comment": "36px",
"value": "36px"
},
"80": {
"comment": "40px",
"value": "40px"
},
"90": {
"comment": "48px",
"value": "48px"
},
"100": {
"comment": "56px",
"value": "56px"
}
}
}
4 changes: 2 additions & 2 deletions tokens/source/space/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"value": "16px"
},
"70": {
"comment": "2px",
"value": "2px"
"comment": "20px",
"value": "20px"
},
"80": {
"comment": "24px",
Expand Down

0 comments on commit f47a360

Please sign in to comment.