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

View file

@ -20,9 +20,12 @@
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@tailwindcss/postcss": "^4.0.3",
"keycloak-angular": "^16.0.1",
"keycloak-js": "^25.0.5",
"postcss": "^8.5.1",
"rxjs": "~7.8.0",
"tailwindcss": "^4.0.3",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},