Skip to content

Commit

Permalink
feat(blog): 전역 스타일 breakpoint 추가 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeSeoKim committed Apr 18, 2022
1 parent 104f525 commit 060ca52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/blog/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ const color = {
grey400: '#737373',
} as const

export const breakpoint = {
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
xxl: '1536px',
} as const

export const theme = {
color,
}
Expand Down

0 comments on commit 060ca52

Please sign in to comment.