-
Fix production class extraction by replacing template-literal classNames with cn()
released this
2026-03-16 12:56:15 +01:00 | 13 commits to main since this releaseTailwind 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
Downloads