Add sass support for styling

This commit is contained in:
Gabe Kangas
2020-09-30 15:38:39 -07:00
parent 001da70bcf
commit 429b29cbb0
6 changed files with 12 additions and 126 deletions

View File

@@ -1,5 +1,5 @@
import 'antd/dist/antd.css';
import '../styles/globals.css'
import '../styles/globals.scss'
import { AppProps } from 'next/app'