Skip to content

Commit

Permalink
Added 6px spacing token
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-saur committed Oct 2, 2024
1 parent 6296a43 commit 9407b43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,10 @@
"050": {
"value": "{dimension.base-8.50}",
"type": "spacing"
},
"075": {
"value": "{dimension.base-8.75}",
"type": "spacing"
}
},
"dimension": {
Expand All @@ -956,6 +960,10 @@
"value": "{dimension.base-8.100}*0.5",
"type": "dimension"
},
"75": {
"value": "{dimension.base-8.100}*0.75",
"type": "dimension"
},
"100": {
"value": "8px",
"type": "dimension",
Expand Down

0 comments on commit 9407b43

Please sign in to comment.