css

For all your CSS related content...
niamu 2016-02-12T04:09:10.000034Z

@josh.freckleton: You’re running into an issue with hiccup there i think. Hiccup will safely escape rendered HTML by default so you need to tell it not to do that.

niamu 2016-02-12T04:09:31.000035Z

At a cursory glance of the source code/documentation I don’t see how to do that unfortunately.

niamu 2016-02-12T04:10:16.000036Z

I have more experience using https://github.com/r0man/sablono in tandem with garden than I do hiccup.