feat: add TailwindCSS and PostCSS configuration

This commit is contained in:
Jan-Marlon Leibl 2025-02-05 11:22:43 +01:00
commit 65f156945d
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
4 changed files with 82 additions and 4 deletions

5
frontend/.postcssrc.json Normal file
View file

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