• 0.7.8 8aec460ee4

    Fix production class extraction by replacing template-literal classNames with cn()
    All checks were successful
    CI / check (push) Successful in 1m22s
    CI / build-image (push) Successful in 29s

    dostulata released this 2026-03-16 12:56:15 +01:00 | 13 commits to main since this release

    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

    Downloads