Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: add support for tailwindcss v4 #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jaush-M
Copy link

@Jaush-M Jaush-M commented Mar 29, 2025

No description provided.

Copy link
Collaborator

@colinaaa colinaaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The plugin aims to:

  1. Seamlessly integrate Tailwind CSS into Rsbuild without requiring any configuration.
    • Eliminates the need for content in Tailwind v3 or @source in Tailwind v4.
  2. Automatically generate CSS for each entry point based on its specific usage.

Your implementation appears to base on PostCSS, which deviates from the intended purpose of this plugin.

You can see more information at #17 (comment)

Before completing the implementation of Tailwind CSS V4, you can start using the PostCSS plugin by following the guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants