Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(size-and-space): increment size tokens up to 1200
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Apr 23, 2023
1 parent edc36ac commit 154936c
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,22 @@
"value": "{size.700} * 2",
"type": "sizing"
},
"900": {
"value": "{size.800} * 2",
"type": "sizing"
},
"1000": {
"value": "{size.900} * 2",
"type": "sizing"
},
"1100": {
"value": "{size.1000} * 2",
"type": "sizing"
},
"1200": {
"value": "{size.1100} * 2",
"type": "sizing"
},
"50-negative": {
"value": "{size.50} * -1",
"type": "sizing"
Expand Down Expand Up @@ -555,6 +571,22 @@
"value": "{size.800} * -1",
"type": "sizing"
},
"900-negative": {
"value": "{size.900} * -1",
"type": "sizing"
},
"1000-negative": {
"value": "{size.1000} * -1",
"type": "sizing"
},
"1100-negative": {
"value": "{size.1100} * -1",
"type": "sizing"
},
"1200-negative": {
"value": "{size.1200} * -1",
"type": "sizing"
},
"base": {
"value": "{font.size.root} * .8",
"type": "sizing"
Expand Down Expand Up @@ -709,6 +741,22 @@
"value": "{space.700} * 2",
"type": "spacing"
},
"900": {
"value": "{space.800} * 2",
"type": "spacing"
},
"1000": {
"value": "{space.900} * 2",
"type": "spacing"
},
"1100": {
"value": "{space.1000} * 2",
"type": "spacing"
},
"1200": {
"value": "{space.1100} * 2",
"type": "spacing"
},
"50-negative": {
"value": "{space.50} * -1",
"type": "spacing"
Expand Down Expand Up @@ -781,6 +829,22 @@
"value": "{space.800} * -1",
"type": "spacing"
},
"900-negative": {
"value": "{space.900} * -1",
"type": "spacing"
},
"1000-negative": {
"value": "{space.1000} * -1",
"type": "spacing"
},
"1100-negative": {
"value": "{space.1100} * -1",
"type": "spacing"
},
"1200-negative": {
"value": "{space.1200} * -1",
"type": "spacing"
},
"base": {
"value": "{size.base}",
"type": "spacing"
Expand Down

0 comments on commit 154936c

Please sign in to comment.