Skip to content

Commit

Permalink
New spacing tokens (0 and 90)
Browse files Browse the repository at this point in the history
  • Loading branch information
davyd-akamai committed Jun 24, 2024
1 parent 0b8dfaa commit 63b05ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tokens/global/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,10 @@
}
},
"spacing": {
"0": {
"value": "0",
"type": "spacing"
},
"10": {
"value": "0.125rem",
"type": "spacing",
Expand Down Expand Up @@ -806,6 +810,11 @@
"value": "2rem",
"type": "spacing",
"description": "32px"
},
"90": {
"value": "3rem",
"type": "spacing",
"description": "48px"
}
},
"font": {
Expand Down

0 comments on commit 63b05ff

Please sign in to comment.