https://github.com/jareware/postcss-demo
https://github.com/jareware/postcss-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jareware/postcss-demo
- Owner: jareware
- License: mit
- Created: 2015-04-25T10:07:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T10:08:37.000Z (about 11 years ago)
- Last Synced: 2025-06-16T10:11:43.306Z (about 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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!