chore: migrate tailwindcss from v3 to v4
Node.js CI / CI (pull_request) Failing after 50s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m28s

This commit is contained in:
2026-03-03 19:11:57 -08:00
committed by Naomi Carrigan
parent 78f0285973
commit 4441f0d2f8
5 changed files with 523 additions and 655 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
"@tailwindcss/postcss": {},
},
};