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

Commit

Permalink
fix: remove placeholder stitches config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukerohanbailey committed Jan 4, 2022
1 parent 6588e4e commit 8695986
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions stitches.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ export const {
createTheme,
config,
} = createStitches({
media: {
bp1: '(min-width: 480px)',
},
media: {},
theme: {
colors: colorPrimitives,
},
utils: {
marginX: (value: string) => ({ marginLeft: value, marginRight: value }),
},
utils: {},
});

0 comments on commit 8695986

Please sign in to comment.