This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-19
Channels
- # aws (2)
- # babashka (4)
- # babashka-sci-dev (7)
- # beginners (92)
- # biff (7)
- # calva (64)
- # cider (2)
- # cljsrn (14)
- # clojure (8)
- # clojure-australia (5)
- # clojure-europe (14)
- # clojure-norway (8)
- # clojure-spec (36)
- # clojurescript (19)
- # component (15)
- # cursive (1)
- # data-science (6)
- # girouette (5)
- # hyperfiddle (3)
- # juxt (5)
- # leiningen (10)
- # lsp (7)
- # malli (12)
- # nbb (90)
- # polylith (1)
- # portal (11)
- # rdf (7)
- # reagent (6)
- # reitit (40)
- # remote-jobs (1)
- # shadow-cljs (21)
- # specter (5)
- # squint (83)
- # tools-deps (17)
- # vim (7)
Does girouette support tailwind plugins like DaisyUI? https://daisyui.com/docs/install/
No it doesn't, but you are welcome to propose a PR if you want to add it.
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
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
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.