Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmilLee committed Mar 25, 2023
1 parent f248b28 commit 1474632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import posthog from 'posthog-js'
// import 'prismjs/themes/prism-okaidia.css'
// global style overrides for notion
// global style overrides for prism theme (optional)
import 'styles/custom/index.scss';
import '~/styles/custom/index.scss';

import { bootstrap } from '@/lib/bootstrap-client'
import {
Expand Down
3 changes: 0 additions & 3 deletions styles/custom/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@

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

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

0 comments on commit 1474632

Please sign in to comment.