-
Notifications
You must be signed in to change notification settings - Fork 148
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
I want tailwind v3 compatibility for windmill react ui. #71
Comments
can't wait to have this great UI kit upgraded with tailwind v3, I forked it here: |
I am using Next.js, Tailwind 3, Windmill, and Storybook. this is what worked for me:
Basically, I let Windmill's Tailwind 2 config read my Tailwind 3 config without eating it, by using spread operators. |
I tried the solution above, but some class names are not applied |
@jblossomweb I tried your solution and it worked, thank you. |
Tailwind V3
|
Is your feature request related to a problem? Please describe.
I would like @windmill/react-ui package to be supported in applications that are using tailwindcss v3 or above.
Describe the solution you'd like
With the current configuration, I see how windmill wrapper for config uses purge and not content. In order to use it with tailwindcss v3, I guess some changes will be required.
Describe alternatives you've considered
Not really at the moment.
Additional context
The text was updated successfully, but these errors were encountered: