postcss-doodle

0.1.2 • Public • Published

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

@svg

background: @svg(
  viewBox: -5 -5 10 10;
  circle {
    r: 5;
    fill: deeppink;
  }
)

@shape

clip-path: @shape(
  points: 5;
  turn: 2;
)

TODO

  • @doodle

Readme

Keywords

none

Package Sidebar

Install

npm i postcss-doodle

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

20.1 kB

Total Files

10

Last publish

Collaborators

  • yuanchuan