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

Usage with tailwindcss v4. #11

Closed
MahirAlam opened this issue Dec 19, 2024 · 4 comments · Fixed by #13
Closed

Usage with tailwindcss v4. #11

MahirAlam opened this issue Dec 19, 2024 · 4 comments · Fixed by #13

Comments

@MahirAlam
Copy link

No description provided.

@songkeys
Copy link
Owner

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?

@songkeys
Copy link
Owner

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

@songkeys
Copy link
Owner

songkeys commented Jan 31, 2025

I've published [email protected] to embrace Tailwind v4. Usage will be really simple:

/* 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:

#13

@MahirAlam
Copy link
Author

I've published [email protected] to embrace Tailwind v4. Usage will be really simple:

/* 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:

#13

how about tailwind-plugin-mantine???
I tried many combinations and settled on a unstable option.
Thanks man, you're a life saver ❤️

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 a pull request may close this issue.

2 participants