Add tailwind config

This commit is contained in:
Kurt Hutten
2020-10-14 19:31:14 +11:00
parent 398ddc16eb
commit ca833ba18c
5 changed files with 281 additions and 13 deletions

View File

@@ -28,5 +28,10 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"three": "^0.118.3"
},
"devDependencies": {
"autoprefixer": "9.8.6",
"postcss-loader": "4.0.2",
"tailwindcss": "^1.9.1"
}
}