Skip to content

Commit

Permalink
Updated static values
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSchmidt05 committed Sep 25, 2024
1 parent bf1b61d commit 2cb9aed
Showing 1 changed file with 15 additions and 67 deletions.
82 changes: 15 additions & 67 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1570,92 +1570,40 @@
}
},
"space": {
"breakpoint-lg": {
"xxl": {
"value": "{space.1200}",
"type": "spacing"
},
"xl": {
"value": "{space.800}",
"type": "spacing"
},
"lg": {
"value": "{space.600}",
"type": "spacing"
},
"md": {
"value": "{space.400}",
"type": "spacing"
},
"sm": {
"value": "{space.200}",
"type": "spacing"
},
"xs": {
"static": {
"100": {
"value": "{space.100}",
"type": "spacing"
},
"xxs": {
"value": "{space.050}",
"type": "spacing"
}
},
"breakpoint-md": {
"xxl": {
"value": "{space.900}",
"type": "spacing"
},
"xl": {
"value": "{space.600}",
"type": "spacing"
},
"lg": {
"value": "{space.400}",
"type": "spacing"
},
"md": {
"value": "{space.300}",
"type": "spacing"
},
"sm": {
"200": {
"value": "{space.200}",
"type": "spacing"
},
"xs": {
"value": "{space.100}",
"type": "spacing"
},
"xxs": {
"value": "{space.050}",
"type": "spacing"
}
},
"breakpoint-sm": {
"xxl": {
"value": "{space.600}",
"300": {
"value": "{space.300}",
"type": "spacing"
},
"xl": {
"400": {
"value": "{space.400}",
"type": "spacing"
},
"lg": {
"value": "{space.300}",
"600": {
"value": "{space.600}",
"type": "spacing"
},
"md": {
"value": "{space.200}",
"800": {
"value": "{space.800}",
"type": "spacing"
},
"sm": {
"value": "{space.150}",
"900": {
"value": "{space.900}",
"type": "spacing"
},
"xs": {
"value": "{space.100}",
"1200": {
"value": "{space.1200}",
"type": "spacing"
},
"xxs": {
"050": {
"value": "{space.050}",
"type": "spacing"
}
Expand Down

0 comments on commit 2cb9aed

Please sign in to comment.