- First release of this PostCSS plugin, which allows for the use of
css-doodle
generators in regular CSS. - Currently supports
@svg
and@shape
generators.
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 }
)
}