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
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