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

@@ -11,7 +11,8 @@
"antd": "^4.6.6",
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1"
"react-dom": "16.13.1",
"sass": "^1.26.11"
},
"devDependencies": {
"@types/node": "^14.11.2",