From b87433e68173149c2d6dc1ffbce0cc3f1896e8cd Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Fri, 25 Apr 2025 23:33:57 +0100 Subject: [PATCH] docs: Add comment explaining Tailwind v3 usage --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5e8876663..e3c717a6c 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,10 @@ "dependencies": { "concurrently": "^8.2.2" }, + // NOTE: Using Tailwind CSS v3 due to build inconsistencies observed with v4. + // v4 (specifically 4.1.4) resulted in incorrectly purged CSS files when built + // within certain Linux environments (e.g., Proxmox LXC - Debian 12 x86_64), + // failing to detect dynamically added classes. v3.4.4 builds correctly. "devDependencies": { "tailwindcss": "^3.4.4", "autoprefixer": "^10.4.21",