An open API service indexing awesome lists of open source software.

https://github.com/jareware/postcss-demo


https://github.com/jareware/postcss-demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PostCSS Demo Plugin

[PostCSS](https://github.com/postcss/postcss) plugin to demonstrate its awesomeness.

See [here](https://github.com/postcss/postcss-plugin-boilerplate) for an excellent starting point for writing your own plugins.

## Usage

This plugin isn't meant to be useful in actual projects, but to demonstrate how easy it is to develop your own PostCSS plugins.

To start an interactive demo:

```js
$ npm run demo
```

Then go ahead and start hacking on `index.js` and `demo/demo.scss` to see how your transform works!