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 between stops, e.g. 625
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Apr 23, 2023
1 parent cda44fb commit 000ae83
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@
"value": "{size.500} * 2",
"type": "sizing"
},
"625": {
"value": "(({size.600} + {size.650}) / 2) + {size.200}",
"type": "sizing"
},
"650": {
"value": "({size.600} + {size.700}) / 2",
"type": "sizing"
Expand Down Expand Up @@ -511,6 +515,10 @@
"value": "{size.600} * -1",
"type": "sizing"
},
"625-negative": {
"value": "{size.625} * -1",
"type": "sizing"
},
"650-negative": {
"value": "{size.650} * -1",
"type": "sizing"
Expand Down Expand Up @@ -653,6 +661,10 @@
"value": "{space.500} * 2",
"type": "spacing"
},
"625": {
"value": "(({space.600} + {space.650}) / 2) + {space.200}",
"type": "spacing"
},
"650": {
"value": "({space.600} + {space.700}) / 2",
"type": "spacing"
Expand Down Expand Up @@ -713,6 +725,10 @@
"value": "{space.600} * -1",
"type": "spacing"
},
"625-negative": {
"value": "{space.625} * -1",
"type": "spacing"
},
"650-negative": {
"value": "{space.650} * -1",
"type": "spacing"
Expand Down

0 comments on commit 000ae83

Please sign in to comment.