Skip to content

Releases: css-doodle/postcss-doodle

v0.1.0

05 Jan 14:22
Compare
Choose a tag to compare
  • 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 }
  )
}