Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@yuanchuan yuanchuan released this 05 Jan 14:22
· 5 commits to main since this release
  • 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 }
  )
}