diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-13 00:34:24 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-13 00:34:24 +0100 |
| commit | 6604784f31685b22cec48532616ca774765f923e (patch) | |
| tree | f04efbf6a1b14afce887815213d7cb25a0b5382d /src/pages | |
| parent | 6c1cbe9f4d956ad6140c780b2f88f5de4e4eee67 (diff) | |
chore: add modern normalize and change global css to scss file
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/_app.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index f3f9628..6f08a02 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -1,4 +1,4 @@ -import '../styles/globals.css'; +import '../styles/globals.scss'; import type { AppProps } from 'next/app'; function MyApp({ Component, pageProps }: AppProps) { |
