added TailwindCSS and got it working as it was before

This commit is contained in:
2022-03-24 14:24:30 -06:00
parent 9979483be8
commit b023279be5
16 changed files with 2519 additions and 149 deletions

View File

@@ -11,6 +11,9 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.2",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"vite": "^2.8.4"
}
}