Closed emmanueltouzery closed 8 years ago
I run into this issue myself, haven't found better approach tail .init
myself either :(
Me too, note that {margin-top:10px}
is not valid CSS. Proposed a new htmlInline
configuration here.
This is awesome, thanks!
I'm using
clay
to render inline styles, in the HTML, like so:it works well, but I couldn't find a "good" api for that.
renderWith compact []
is still generating the{}
around the style, which I have to remove withtail . init
. Is there is a better way which I've missed? If not, it would be nice to support this use case from the library.