This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-25
Channels
- # babashka (9)
- # beginners (56)
- # calva (18)
- # clj-kondo (2)
- # clojars (2)
- # clojure (46)
- # clojure-boston (1)
- # clojure-europe (4)
- # clojurescript (10)
- # css (1)
- # data-science (2)
- # emacs (10)
- # girouette (1)
- # helix (10)
- # jobs-discuss (4)
- # malli (2)
- # off-topic (28)
- # polylith (5)
- # re-frame (4)
- # reitit (8)
- # releases (6)
- # rewrite-clj (1)
- # sci (44)
- # sql (10)
- # tools-deps (31)
girouette/girouette {:mvn/version "0.0.4"}
is now available
• add support for ordering between the Girouette components, to be used when outputing the garden rules into a CSS files.
• add SCSS's @apply equivalent functionality.
• many small bug fixes. https://github.com/green-coder/girouette/blob/master/CHANGELOG.md#v004
Many thanks to all contributors.
Have you seen tailwind JIT? https://blog.tailwindcss.com/just-in-time-the-next-generation-of-tailwind-css (They have started to take this approach also)
@U08JKUHA9 please see this issue https://github.com/green-coder/girouette/issues/69
I (painfully) know that they have taken the same approach.
Rich 4Clojure updated (v0.0.3) with more carefully transformed tests. (Now using rewrite-clj
to rewrite them, where the first version used clojure.tools.reader
to read the original tests format,) https://github.com/PEZ/rich4clojure