PostCSS plugin that enables the use of css-doodle generators.
npm i -D postcss-doodle
postcss([
require('postcss-doodle')
])
background: @svg(
viewBox: -5 -5 10 10;
circle {
r: 5;
fill: deeppink;
}
)
clip-path: @shape(
points: 5;
turn: 2;
)
- @doodle