Re: Garden defcssfn not rendering

2014-11-04 Thread Rory Douglas
Ugh, just a case of RTFM. (css) needs a vector of CSS rules, so the following won't work (css (scale 2)) > The correct minimal test is: (css [:#testdiv {:transform (scale 2)}]) ;; "#testdiv {\n transform: scale(2, 2);\n}" -- You received this message because you are subscribed to the Goog

Re: Garden defcssfn not rendering

2014-11-04 Thread Rory Douglas
Ugh, just a case of RTFM. (css) needs a vector of CSS rules, so the following won't work (css (scale 2)) > The correct minimal test is: (css [:#testdiv {:transform (scale 2)}]) ;; "#testdiv {\n transform: scale(2, 2);\n}" -- You received this message because you are subscribed to the Goog