Add tailwind

This commit is contained in:
2024-02-23 21:48:05 +01:00
parent 3d21517c3b
commit 3aab8d4425
7 changed files with 1473 additions and 98 deletions
+6
View File
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}