girouette

vlad_poh 2022-08-19T17:29:39.059779Z

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

vlad_poh 2022-08-23T17:49:57.320029Z

Thanks @vincent.cantin 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.

2022-08-21T03:59:01.832739Z

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

2022-08-21T04:03:10.182269Z

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

2022-08-21T04:04:06.415939Z

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