Fork me on GitHub
#garden
<
2020-03-09
>
mbarillier02:03:20

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?

noprompt18:03:00

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