- First release of this PostCSS plugin, which allows for the use of
css-doodlegenerators in regular CSS. - Currently supports
@svgand@shapegenerators.
div {
background: @svg(
viewBox: 0 0 10 10;
circle { cx, cy, r: 5 }
)
}css-doodle generators in regular CSS.@svg and @shape generators.div {
background: @svg(
viewBox: 0 0 10 10;
circle { cx, cy, r: 5 }
)
}