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): added 775 stop
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Apr 21, 2023
1 parent 59c26be commit cda44fb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,10 @@
"value": "({size.700} + {size.800}) / 2",
"type": "sizing"
},
"775": {
"value": "({size.750} + {size.800}) / 2",
"type": "sizing"
},
"800": {
"value": "{size.700} * 2",
"type": "sizing"
Expand Down Expand Up @@ -519,6 +523,10 @@
"value": "{size.750} * -1",
"type": "sizing"
},
"775-negative": {
"value": "{size.775} * -1",
"type": "sizing"
},
"800-negative": {
"value": "{size.800} * -1",
"type": "sizing"
Expand Down Expand Up @@ -605,6 +613,10 @@
"value": "{space.100} / 2",
"type": "spacing"
},
"77": {
"value": "({space.750} + {space.800}) / 2",
"type": "spacing"
},
"100": {
"value": "{space.200} / 2",
"type": "spacing"
Expand Down Expand Up @@ -653,6 +665,10 @@
"value": "({space.700} + {space.800}) / 2",
"type": "spacing"
},
"775": {
"value": "({space.750} + {space.800}) / 2",
"type": "spacing"
},
"800": {
"value": "{space.700} * 2",
"type": "spacing"
Expand Down Expand Up @@ -709,6 +725,10 @@
"value": "{space.750} * -1",
"type": "spacing"
},
"775-negative": {
"value": "{space.775} * -1",
"type": "spacing"
},
"800-negative": {
"value": "{space.800} * -1",
"type": "spacing"
Expand Down

0 comments on commit cda44fb

Please sign in to comment.