generator-postcss

Yeoman generator for developing a PostCSS module.

Usage no npm install needed!

<script type="module">
  import generatorPostcss from 'https://cdn.skypack.dev/generator-postcss';
</script>

README

generator-postcss Build Status NPM version Dependency Status

Yeoman generator for developing a PostCSS module.

A simple boilerplate for developing PostCSS modules, using PostCSS 4.1 and up. It comes with a unit testing strategy that allows you to write CSS fixtures and expected output, using tape, a lightweight test runner.

Install

With npm do:

$ npm install -g generator-postcss

Usage

With yo:

$ yo postcss

License

MIT © Ben Briggs