-
Notifications
You must be signed in to change notification settings - Fork 6
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
Usage with tailwindcss v4. #11
Comments
Tailwind v4 is still in beta. But looks like it has a good doc so far. Would you like to send a Pull Request for this? |
Since the release of Tailwind v4, you can keep using the preset due to the backward compatibility[*] it provides. I will also explore how to set up a preset in Tailwind v4 in the next few days. [*] https://tailwindcss.com/docs/upgrade-guide#using-a-javascript-config-file |
I've published /* globals.css */
@import "tailwind-preset-mantine"; (and yes - it will not be a "preset" anymore - maybe a new name for this package?) It's ready to use. Let me know what do you think, you can track the docs and progress here: |
how about tailwind-plugin-mantine??? |
No description provided.
The text was updated successfully, but these errors were encountered: