Hey guys, I was wondering if there is a way to generate comments within the CSS file using garden? I've been searching through the codebase, and there doesn't appear to be a way to do it
@benzap Yeah, no current way to do that. You can see the discussion here: https://github.com/noprompt/garden/issues/4
Personally, I haven’t had a use case for comments generated in the final CSS output ever because anyone reading the generated CSS in a project should only be looking there if there was a compilation problem with Garden in my opinion. So I just encourage developers to write comments in the Clojure source file and reference that.
@niamu thanks, commenting the clojure file it will be 🙂