From c20ae0a4b9b763dfacd694909b682ed8c7fad844 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Thu, 2 Oct 2025 20:44:49 -0400 Subject: [PATCH] Add missing @tailwindcss/postcss dependency to frontend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix Docker build failure by adding @tailwindcss/postcss package required by postcss.config.mjs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- raggr-frontend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/raggr-frontend/package.json b/raggr-frontend/package.json index a5f73e5..4689e86 100644 --- a/raggr-frontend/package.json +++ b/raggr-frontend/package.json @@ -17,6 +17,7 @@ "devDependencies": { "@rsbuild/core": "^1.5.6", "@rsbuild/plugin-react": "^1.4.0", + "@tailwindcss/postcss": "^4.0.0", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "typescript": "^5.9.2"