Fork me on GitHub
#garden
<
2018-01-13
>
benzap00:01:45

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

niamu04:01:28

@benzap Yeah, no current way to do that. You can see the discussion here: https://github.com/noprompt/garden/issues/4

niamu04:01:43

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.

benzap05:01:06

@niamu thanks, commenting the clojure file it will be 🙂