Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
feat: add space system to stitches config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukerohanbailey committed Jan 4, 2022
1 parent 8695986 commit be44b48
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stitches.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ export const {
media: {},
theme: {
colors: colorPrimitives,
space: {
4: '4px',
8: '8px',
16: '16px',
24: '24px',
32: '32px',
48: '48px',
64: '64px',
96: '96px',
128: '128px',
},
},
utils: {},
});

0 comments on commit be44b48

Please sign in to comment.