From 6604784f31685b22cec48532616ca774765f923e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 00:34:24 +0100 Subject: chore: add modern normalize and change global css to scss file --- src/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/_app.tsx') 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) { -- cgit v1.2.3