@import "tailwindcss" not processed in build output when using tsup with Tailwind CSS v4 · Issue #1337 · egoist/tsup · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I recently needed to use tsup to build a test application for a UI kit that uses Tailwind CSS v4. However, when I ran the build command with the configuration below, the @import "tailwindcss" statement in my index.css file was not processed. It remained as-is in the final build output, which caused none of my component styles to be applied.
Hi! I recently needed to use tsup to build a test application for a UI kit that uses Tailwind CSS v4. However, when I ran the build command with the configuration below, the
@import "tailwindcss"
statement in my index.css file was not processed. It remained as-is in the final build output, which caused none of my component styles to be applied.Here’s the tsup configuration I’m using:
Project stack
Let me know if you'd like me to provide a minimal reproduction repo. Thanks in advance!
The text was updated successfully, but these errors were encountered: