Joel Holdbrooks

Results 128 comments of Joel Holdbrooks
trafficstars

This is patched on the `v2.0.0` branch now. Getting closer to having a solid alpha available for consumption.

https://github.com/noprompt/garden/blob/v2.0.0/test/garden/compiler_test.cljc#L200-L203

This is one of those ideas I think would be great to implement but am unsure if it makes sense to build it into Garden. That being said I've actually...

The one I was working on was called "tiller," as in roto-tiller. Hah! Joel On Oct 18, 2013, at 21:18, Mike Haney [email protected] wrote: > Hmmm, trying to think of...

> As a smaller request -- being able to include raw CSS strings as rules would be useful for people with existing CSS to work with. A common case would...

@mdhaney @jeluard I have started work on this [here](https://github.com/noprompt/thorn). Full support for CSS should be available within the next couple days.

@jeluard Sass parses it. :smile: Thorn just uses a custom visitor that which emits data instead of compiled CSS. The data is then converted to EDN at the JRuby/Clojure boundary...

@jeluard @mdhaney Here's an example of the output: https://gist.github.com/noprompt/9414584.

@kylecordes I'm in agreement. I just haven't had the time to finish fleshing out what that would look yet. I've done a bit of prototyping around the subject but nothing...

@rosejn This is something I'm definitely interested and I'd like to discuss it further in the very near future. In a few days code will land in the `2.0.0` branch...