hi -- I'm trying to use garden to style a single element, e.g. #thing { ... }
. the docs mention absoultely nothing about generating soething like this, and I can't find anything via google. there's defid
in the code, but zero tests or examples or documentation. what do I need to put in my .clj file to generate a block for an ID'd element?
["#thing" {:a "b"}]
?