Setup tailwind css ^& frontend

This commit is contained in:
Xevion
2023-02-27 17:45:28 -06:00
parent c6f0d79d76
commit 56a18ef6cd
7 changed files with 542 additions and 2 deletions

6
postcss.config.js Normal file
View File

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