fix(web): add Tailwind CSS setup for design system rendering #436
Reference in New Issue
Block a user
Delete Branch "fix/tailwind-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The login page design system components (from PR #435) use Tailwind CSS utility classes, but tailwindcss itself was never added to the web app dependencies. Without the package and configuration, the @tailwind directives in globals.css produce no CSS output and all utility classes are inert.
Changes
Test plan