Add tailwind to app-frontend (#2234)

This commit is contained in:
Mars
2024-08-22 00:21:45 -04:00
committed by GitHub
parent f73ed1213f
commit 4d0407a3b3
9 changed files with 228 additions and 418 deletions

View File

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