Skip to content

Commit

Permalink
Merge pull request #42 from wellcometrust/new-spacing-token
Browse files Browse the repository at this point in the history
Added 6px spacing token
  • Loading branch information
AnnaSchmidt05 authored Oct 2, 2024
2 parents 6296a43 + 9407b43 commit 047266a
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 047266a

Please sign in to comment.