Releases: css-doodle/postcss-doodle
Releases · css-doodle/postcss-doodle
v0.1.0
- 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 }
)
}