garden

rauh 2016-12-11T12:28:52.000056Z

Just wrote a wrapper around a very good CSS parser: https://gist.github.com/rauhs/51312236097df2b594e4151f0d567307

rauh 2016-12-11T12:29:56.000057Z

Could be useful for a css -> garden converter.

rauh 2016-12-11T20:17:59.000058Z

ANN: Ever wanted to write inline css styles that allow pseudo selectors (`:hover`), media queries, auto-prefixing of attributes and automatically generated the smallest amount of css?

rauh 2016-12-11T20:18:06.000059Z

Just spent the evening creating this: https://gist.github.com/rauhs/ac6349dd20f1799982a1906f9a59e7d6

rauh 2016-12-11T20:18:17.000060Z

Production overhead: 0kb (gzip'ed 🙂 )

rauh 2016-12-11T20:18:26.000061Z

Partial motivation: https://ryantsao.com/blog/virtual-css-with-styletron

rauh 2016-12-11T20:18:39.000062Z

Completely figwheel compatible and updates on the fly as you save.