Just wrote a wrapper around a very good CSS parser: https://gist.github.com/rauhs/51312236097df2b594e4151f0d567307
Could be useful for a css -> garden converter.
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?
Just spent the evening creating this: https://gist.github.com/rauhs/ac6349dd20f1799982a1906f9a59e7d6
Production overhead: 0kb (gzip'ed 🙂 )
Partial motivation: https://ryantsao.com/blog/virtual-css-with-styletron
Completely figwheel compatible and updates on the fly as you save.