Skip to content

Commit

Permalink
add scss
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmilLee committed Mar 25, 2023
1 parent c4d96ed commit 919ea0a
Show file tree
Hide file tree
Showing 4 changed files with 852 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import 'styles/global.css'
import 'styles/notion.css'
// global style overrides for prism theme (optional)
import 'styles/prism-theme.css'
import '~/styles/custom/index.scss';

import { bootstrap } from '@/lib/bootstrap-client'
import {
Expand Down
13 changes: 13 additions & 0 deletions styles/custom/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// 해당 import문의 순서를 변경하면 스타일이 제대로 적용되지 않습니다.
@import 'react-notion-x/styles.css';
@import 'katex/dist/katex.min.css';
@import 'prismjs/themes/prism-coy.css';
@import '~/styles/global.css';
@import '~/styles/notion.css';
@import '~/styles/prism-theme.css';

@import './vars.scss';
@import './notion.scss';

@import '~/components/Comments/index.scss';
@import '~/components/PageLoading/index.scss';
Loading

0 comments on commit 919ea0a

Please sign in to comment.