我似乎无法让Garden使用ClojureScript。是否有咒语表演?文档根本没有提到clojurescript,只是clojure ......但是clojurescript会更受欢迎。
另外,这家伙提到它使用clojurescript:
Is there a lib for manipulating CSS on the client side in Clojurescript?
这是真的,还是他是一个肮脏,腐烂的骗子? ;)
答案 0 :(得分:1)
repo表示它适用于ClojureScript并且存在CLJX文件。
我刚刚使用ClojureScript 0.0-2511
尝试将[garden "1.2.5"]
放入:dependencies
的{{1}}中,并在我的一个命名空间中为project.clj
添加:require
{1}},在ClojureScript REPL中,事情似乎有效:
[garden.core :refer [css]]