garden

mbarillier 2020-03-09T02:16:20.007700Z

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?

noprompt 2020-03-09T18:39:00.008300Z

["#thing" {:a "b"}]
?