Fork me on GitHub
#girouette
<
2022-08-19
>
vlad_poh17:08:39

Does girouette support tailwind plugins like DaisyUI? https://daisyui.com/docs/install/

Vincent Cantin03:08:01

No it doesn't, but you are welcome to propose a PR if you want to add it.

Vincent Cantin04:08:10

Girouette does have a function to combine multiple tailwind classes together. You can see it working in the example project at https://github.com/green-coder/girouette/blob/master/example/reagent-demo/src/acme/frontend/my_css.cljc#L13-L15

Vincent Cantin04:08:06

Alternatively, there is the Ornament library which also provide a way to combine them, maybe in a more elegant way. https://github.com/lambdaisland/ornament

vlad_poh17:08:57

Thanks @U8MJBRSR5 wish I knew enough to contribute a PR. There is a knowledge gap that prevents me from appreciating ornament, garden and other cljs css libs. However I love how tailwind and by extension girouette really get out of my way and let me tinker. I keep thinking how amazing it will be to create a design system with girouette.