garden

2018-01-13T00:36:45.000189Z

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

niamu 2018-01-13T04:05:28.000027Z

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

niamu 2018-01-13T04:07:43.000015Z

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.

2018-01-13T05:17:06.000007Z

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