Fork me on GitHub
#garden
<
2019-12-05
>
indy11:12:29

Hey All, How do I use the Garden library to generate the CSS and then include it in my project? I understand (css [:h1 {:font-weight "bold"}]) will output the appropriate CSS string, but how do I create a CSS file from this and include it in my ClojureScript project?

aisamu12:12:43

This might help if you're not using lein-garden: https://github.com/noprompt/garden/wiki/Compiler#saving

aisamu12:12:09

(`boot-garden` just spits that string to a file, though)

indy12:12:19

That's a nice idea thanks 🙂