Skip to content

Commit 972c67d

Browse files
Merge pull request #47 from wellcometrust/spacing-update
Spacing value updates to align with documentation
2 parents a5f1fbf + 3bfcb57 commit 972c67d

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

tokens.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,10 @@
13361336
"value": "{space.100}",
13371337
"type": "spacing"
13381338
},
1339+
"150": {
1340+
"value": "{space.150}",
1341+
"type": "spacing"
1342+
},
13391343
"200": {
13401344
"value": "{space.200}",
13411345
"type": "spacing"
@@ -1367,6 +1371,10 @@
13671371
"050": {
13681372
"value": "{space.050}",
13691373
"type": "spacing"
1374+
},
1375+
"075": {
1376+
"value": "{space.075}",
1377+
"type": "spacing"
13701378
}
13711379
}
13721380
},
@@ -1566,7 +1574,7 @@
15661574
"type": "spacing"
15671575
},
15681576
"sm": {
1569-
"value": "{space.200}",
1577+
"value": "{space.150}",
15701578
"type": "spacing"
15711579
},
15721580
"xs": {
@@ -1665,11 +1673,11 @@
16651673
"type": "spacing"
16661674
},
16671675
"sm": {
1668-
"value": "{space.150}",
1676+
"value": "{space.100}",
16691677
"type": "spacing"
16701678
},
16711679
"xs": {
1672-
"value": "{space.100}",
1680+
"value": "{space.075}",
16731681
"type": "spacing"
16741682
},
16751683
"xxs": {

0 commit comments

Comments
 (0)