Converted the css to sass

This commit is contained in:
2023-08-30 19:15:19 +02:00
parent 3f3387b1d1
commit 89b6d7eeb7
9 changed files with 81 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
import "../styles/styles.css";
import "../styles/_styles.scss";
const App = ({ Component, pageProps }) => {
return <Component {...pageProps} />;