Add tailwind to frontend

This commit is contained in:
2024-10-28 00:41:03 +01:00
parent 87edd6f478
commit 0662ed0c56
7 changed files with 578 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}