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?
This might help if you're not using lein-garden: https://github.com/noprompt/garden/wiki/Compiler#saving
(`boot-garden` just spit
s that string to a file, though)
That's a nice idea thanks 🙂