Add tailwind

This commit is contained in:
2024-08-09 19:47:06 +02:00
parent 0eab74d979
commit 8e5905be24
7 changed files with 119 additions and 9 deletions

View File

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