tailwind 4

This commit is contained in:
2025-11-15 16:40:44 +01:00
parent 299de302d4
commit d880b3fc26
5 changed files with 9 additions and 9 deletions

5
postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};