#1152·tremor-npm

[Feature]: Tailwindcss 4 support

Author: isacrasmussonCreated Mar 21, 2025Updated May 22, 2025

What problem does this feature solve?

Description

After upgrading to Tailwind CSS v4, none of the Tremor utility classes seem to work. Components render without styles, and it looks like the classes aren’t being recognized or applied correctly.

Steps to Reproduce

  1. Install Tailwind CSS v4
  2. Use any Tremor component
  3. Observe that styles are missing

Expected Behavior

Tremor classes should apply correctly with Tailwind v4.

Actual Behavior

No styling from Tremor is applied — components appear unstyled.

Additional Context

Let me know if Tailwind v4 support is planned or if there's a workaround in the meantime.

What does the proposed API look like?

No response