Files
initiative/package.json
Lukas 8aec460ee4
All checks were successful
CI / check (push) Successful in 1m22s
CI / build-image (push) Successful in 29s
Fix production class extraction by replacing template-literal classNames with cn()
Tailwind v4's static extractor missed classes adjacent to ${} in template
literals (e.g. `pb-8${...}`), causing missing styles in production builds.
Migrated all dynamic classNames to cn() and added a check script to prevent
regressions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 12:56:15 +01:00

1.1 KiB