Skip to content

PostCSS plugin that enables the use of css-doodle generators

License

Notifications You must be signed in to change notification settings

css-doodle/postcss-doodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postcss-doodle

Build Status License

PostCSS plugin that enables the use of css-doodle generators.

Installation

npm i -D postcss-doodle

Usage

postcss([
  require('postcss-doodle')
])

Supported generators

background: @svg(
  viewBox: -5 -5 10 10;
  circle {
    r: 5;
    fill: deeppink;
  }
)
clip-path: @shape(
  points: 5;
  turn: 2;
)

TODO

  • @doodle