Clojure: DSL for CSS

前端 未结 3 1113
长发绾君心
长发绾君心 2021-02-19 18:21

Context

CSS lacks things like variables, functions, etc ...

Clojure is great for writing DSLS.

I\'m currently already using Clojure+Ring+Compojure for

3条回答
  •  再見小時候
    2021-02-19 18:45

    I'm a little late to the party here but you might want to checkout Garden. It's a "full featured" Clojure CSS DSL with builtin support for unit arithmetic, color manipulation, media queries and whole lot more. The project is fairly active and issues generally get prompt attention from the maintainer (me!).

提交回复
热议问题