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

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}