Imported Tailwind and config to mix it with PrimeNG

This commit is contained in:
AdamBtech
2025-05-19 16:55:11 +02:00
parent 98cc83148d
commit eb6ab8f07a
5 changed files with 626 additions and 26 deletions

5
.postcssrc.json Normal file
View File

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