Create version compatible with TailwindCSS #602
Replies: 3 comments 2 replies
-
+1 - in concept, that is very interesting. |
Beta Was this translation helpful? Give feedback.
-
I've thought it through, and basically what is needed for this is following:
This is probably doable to make into a PostCSS option I'm guessing. |
Beta Was this translation helpful? Give feedback.
-
My personal view of Tailwind is that it's one enormous anti-pattern (though very nicely documented), so wouldn't advocate for Pico to accommodate it in any specific way, but I could see the benefit of having an option to say for a particular element or tree of elements in the DOM: please "unstyle" this for me. Sort of a targeted CSS reset. There are probably uses for that beyond Tailwind per se. Update: ha, after posting this I saw this: #604. So, yeah. 😄 |
Beta Was this translation helpful? Give feedback.
-
I'd love to have one version of PicoCSS which basically doesn't include the spacing, any of the classes and things like that. To me, PicoCSS + TailwindCSS is the perfect combination to quickly biuld stuff that looks good. It would be nice to have one version where I can import both and there's not any clash with TailwindCSS (with preflight set to false). Basically:
container
,grid
etc.Beta Was this translation helpful? Give feedback.
All reactions