I'm having an issue generating a CSS function (for the scale() transform 
function) using Garden's *defcssfn *macro.  The macro appears to generate 
the Garden CSSFunction record fine, but the (css) call returns an empty 
string.

(defcssfn scale
  ([a] [a a])
  ([x y] [x y]))

(scale 2)
;; #garden.types.CSSFunction{:function "scale", :args [2 2]}

(css (scale 2))
;; ""   <-- source of woe

Any idea what I might be missing? I'm using garden 1.2.5 and lein-garden 
0.2.5.


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to