feat: add Tailwind CSS and update component styles

This commit is contained in:
2025-05-06 08:41:00 +02:00
parent 03bb5e70ee
commit d9e6c9d2c7
8 changed files with 2319 additions and 17 deletions

5
.postcssrc.json Normal file
View File

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