Skip to content

Commit

Permalink
fix: Fix small space token lengths (#1126)
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Mar 11, 2024
1 parent e9a3dde commit d9111dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proprietary/tokens/src/brand/amsterdam/space.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"xl": { "value": "clamp(2rem, calc(6.25vw + 0.75rem), 7rem)" }
},
"inside": {
"xs": { "value": ".25rem" },
"sm": { "value": ".5rem" },
"xs": { "value": ".5rem" },
"sm": { "value": ".75rem" },
"md": { "value": "1rem" },
"lg": { "value": "1.5rem" },
"xl": { "value": "2rem" }
},
"stack": {
"xs": { "value": ".25rem" },
"sm": { "value": ".5rem" },
"xs": { "value": ".5rem" },
"sm": { "value": ".75rem" },
"md": { "value": "1rem" },
"lg": { "value": "1.5rem" },
"xl": { "value": "2rem" }
Expand Down

0 comments on commit d9111dc

Please sign in to comment.