Replies: 3 comments 17 replies
-
It's mentioned in the blog that plugins will be supported in the stable release (using the config file) I'm also excited about getting rid of JS config file. |
Beta Was this translation helpful? Give feedback.
-
it is indeed possible to easily import existing css in Tailwind v4 and everything just work. if you need to overwrite/extend or create new TW v4 utility classes then it's easy as: /* app.css */
@import 'tailwdind.css';
@theme {
color-green-500: #bada55;
color-primary: #bada55;
} that's it!
my ui lib is built for svelte v5/ sveltekit but feel free to install it:
I feel your pain @kuchta , I've been been urging other ui lib maintainers they can begin updating to v4 with no problems. so i would say jump on it @saadeghi 😎 |
Beta Was this translation helpful? Give feedback.
-
I started this discussion for daisyUI 5 alpha: Let me if you have any feedbacks, suggestions, questions |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
I'm very excited about new Tailwind v4 developments and since I know there's no supports for plugins yet, do you think daisyui could be implemented with just the new "css-first" approach without using it as a plugin?
Beta Was this translation helpful? Give feedback.
All reactions