Skip to content

Commit

Permalink
[feat] 디자인 시스템 구현 (#27)
Browse files Browse the repository at this point in the history
* [chore] 윈도우에서 cr prettier와 eslint 충돌 오류 해결

* fix: fix window eslint error

* feat: Add GlobalStyle

* feat: Add global theme

* feat: Add theme

* feat: Add Example Component

* feat: Remove GlobalStyle

* fix: Image src missing 오류 해결

* refactor: eslint ban-ts-comment 제거

* refactor: change theme fontsize small name into sm

* refactor: Remove Example from _app.page.tsx

* props 제거

* Example Style Update

* design system upgrade

* common.css로 파일 분리

* theme 변경

* div 대신 <> 를 사용하도록 수정

* inerface 명 ~~Props 방식으로 사용하도록 변경

* package-lock.json 머지 오류 해결

* Example.tsx 괄호 정리

* border-radius 제거

* app_page.tsx 제거 및 style import 피드백 반영

* 절대 경로로 이동후 app.page.tsx로 이동

* reset이 common보다 먼저오도록 수정

* chore: storybook-addon-next-router 추가

* refactor: _app.page.tsx -> _app.tsx

* fix: borderRadius 삭제

* fix: common, reset css 순서 변경

* chore: 코드 오너 수정

Co-authored-by: sujk912 <[email protected]>
  • Loading branch information
2 people authored and KIMSEUNGGYU committed Jan 3, 2023
1 parent c0c5cac commit 4395ed2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/_app.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import '@src/styles/reset.css';

import '@src/styles/common.css';

import '@src/styles/reset.css';

import '@src/styles/common.css';

import queryClient from '../configs/queryClient';

if (process.env.NODE_ENV === 'development') {
Expand Down

0 comments on commit 4395ed2

Please sign in to comment.