css

For all your CSS related content...
reefersleep 2017-12-29T19:24:06.000290Z

@akiroz that’s what I’m thinking re: the data structures. They’re one of my favourite things about Clojure/CLJS 🙂 But even with that awesomeness, I haven’t come up with a satisfying way to organize vanilla reagent CSS maps in Clojure.

reefersleep 2017-12-29T19:25:12.000279Z

In order to get what I want - the full functionality of CSS - without actually using stylesheets, I probably need to resort to stylefy or garden. Not sure I’ll have won anything, though, I don’t know them well enough. But I guess I’ll explore them next

reefersleep 2017-12-29T19:38:46.000001Z

One of the reasons that the data structures of Clojure are so awesome is because of how transparent the literals are. If I do too much merging or munging of any kind, really, that pro is somewhat lost.

worlds-endless 2017-12-29T20:26:44.000124Z

Garden vs pre/post-processors being discussed on slant: https://www.slant.co/topics/217/viewpoints/12/~best-css-preprocessors-postprocessors~garden-clojure

worlds-endless 2017-12-29T20:28:36.000155Z

If it's any contribution to the earlier discussion, I find styling my reagent apps with garden and garden-gnome to be a sheer joy (real-time updates of the site appearance in my browser)

worlds-endless 2017-12-29T20:29:54.000097Z

And while it's probably standard in css processors, Garden's implementation of color-arithmetic ("inverse", "lighten 15%", "darken 30%") are nice