Matt Platts

Results 24 comments of Matt Platts

I'll implement it in the coming months - but if someone wants to contribute just comment here and go for it

Hey, yeah if you can get this working that'd be great. maybe do it for one component and see if it's viable?

Will merge when live view 0.18 is released

Live view 0.18 support is complete

(see https://github.com/petalframework/petal_components/blob/main/UPGRADE_GUIDE.md)

Yeah unfortunately that might too much work for a relatively small gain. I haven't had too much of a problem in my projects with overriding styles. Is there any obvious...

Rules we should try and support (taken from the tailwind-merge project mentioned above) ### Last conflicting class wins ```ts twMerge('p-5 p-2 p-4') // → 'p-4' ``` ### Allows refinements ```ts...

https://stitches.dev/ could also provide inspiration

Hmm yeah that might be too fine grained and moving away from the power of Tailwind. Actually thinking @mohammedzeglam-pg might be right in following a daisy approach. eg. ```css @layer...

> It's definitely not "done" but it's a work in progress :) contributions welcome! Nice! Seems like a great start and I think the majority of cases are just padding/margin/color...