0.1.2 • Published 2 years ago
postcss-doodle v0.1.2
postcss-doodle
PostCSS plugin that enables the use of css-doodle generators.
Installation
npm i -D postcss-doodleUsage
postcss([
require('postcss-doodle')
])Supported generators
@svg
background: @svg(
viewBox: -5 -5 10 10;
circle {
r: 5;
fill: deeppink;
}
)@shape
clip-path: @shape(
points: 5;
turn: 2;
)TODO
- @doodle