css-doodle / css-doodle

🎨 A web component for drawing patterns with CSS.
https://css-doodle.com
MIT License
5.57k stars 209 forks source link

Add times syntax for SVG element #103

Closed yuanchuan closed 2 years ago

yuanchuan commented 2 years ago

Before:

background: @svg(
  @M10(circle {

  })
)

After:

background: @svg(
  circle*10 {

  }
)