Skip to content

Commit

Permalink
feat: mobile(reminder) & desktop breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
sombreroEnPuntas committed Aug 31, 2020
1 parent 1ec50d6 commit 0c67d3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ const animations = {
`,
}

export const breakpoints = {
// just a reminder to be mobile-first, don't actually use this plz :)
mobile: '@media (min-width: 0px)',
desktop: '@media (min-width: 768px)',
}

const colors = {
black: {
background: 'white',
Expand Down Expand Up @@ -51,6 +57,7 @@ const snippets = {

export const theme = {
animations,
breakpoints,
colors,
fonts,
snippets,
Expand Down

0 comments on commit 0c67d3c

Please sign in to comment.