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