Closed ddssff closed 10 months ago
So this works in compact mode:
> renderWith Clay.Render.compact [] (flexWrap Flex.nowrap >> flexWrap Flex.nowrap >> star # Clay.not label <? flexGrow 1) "{flex-wrap:nowrap;flex-wrap:nowrap}:not(label){flex-grow:1}"
I'm wondering if there is a way to make this into valid inline css:
> renderWith Clay.Render.htmlInline [] (flexWrap Flex.nowrap >> flexWrap Flex.nowrap >> star # Clay.not label <? flexGrow 1) "flex-wrap:nowrap;flex-wrap:nowrapflex-grow:1"
No, selectors do not work in inline css. Closing.
So this works in compact mode:
I'm wondering if there is a way to make this into valid inline css: