Joel Holdbrooks

Results 128 comments of Joel Holdbrooks
trafficstars

@beders Parse CSS into Clojure data and rewrite into Garden (V2) AST would be the dream. I've been pretty busy with family, work, and another project to get involved in...

I'm inclined to agree. The only question I have is what should the output look like in that case? Let's suppose we have ``` clj {:some-property ^:prefix ^:vendors [:webkit] (some-css-fn...

OK. I think this is doable but it's going to require a bit of forethought and planning before we can make this happen. One concern is ``` clj ^:prefix {:some-property...

@jeluard I think we can handle that case during declaration expansion but that's kind of gross. The compiler needs to be reworked to operate on a data format like `tools.analyzer`...

@the-kenny @jeluard If you guys think of any more edge cases be sure to post them here. I want to close out some of the other stale issues before moving...

@jeluard Yes! That definitely needs to get added!

...two years later this has been fixed (734e494).

@awkay it's fixed on the `2.0.0` branch (which is still in the works).

@paroda Thank you for the kind words. The scaling functions were changed in the patch accompanying [this pull request](https://github.com/noprompt/garden/pull/149). It seems like folks (including myself) found that to be the...

This also should have been explained in our ChangeLog. Apologies for leaving that out!