feat: Update Tailwind CSS configuration and styles for improved UI consistency

This commit is contained in:
2025-08-06 22:39:52 +02:00
parent c047a1e4a2
commit e4a0f74e1b
2 changed files with 4 additions and 4 deletions

View File

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