Solved conflict of style between PrimeNG and Tailwind, both work together now

This commit is contained in:
AdamBtech
2025-05-19 23:30:56 +02:00
parent a57e6ba1f2
commit 28089215f2
24 changed files with 828 additions and 869 deletions

View File

@@ -18,7 +18,6 @@
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/router": "^19.2.0",
"@primeng/themes": "^19.1.3",
"@tailwindcss/postcss": "^4.1.7",
"prettier": "^3.5.3",
"primeicons": "^7.0.0",
"primeng": "^19.1.3",
@@ -31,10 +30,12 @@
"@angular-devkit/build-angular": "^19.2.12",
"@angular/cli": "^19.2.12",
"@angular/compiler-cli": "^19.2.0",
"@tailwindcss/postcss": "^4.1.7",
"@types/jasmine": "~5.1.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.27.0",
"jasmine-core": "~5.6.0",
"jest": "^29.7.0",
@@ -43,6 +44,8 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.7",
"typescript": "~5.7.2"
}
}