postcss-myth
Version:
PostCSS port of Myth. Support for Myth in PostCSS ecosystem.
63 lines (43 loc) • 2.13 kB
Markdown
## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![deps status][daviddm-img]][daviddm-url]
> PostCSS port of Myth. Support for Myth in PostCSS ecosystem.
## Install
```
npm i --save postcss-myth
npm test
```
## Usage
> For more use-cases see the [tests](./test/index.js)
```js
var myth = require('postcss-myth');
// `input` is css input
// `options` options are passed to postcss and all used plugins
myth(input, options);
```
## Author
**Charlike Mike Reagent**
+ [gratipay/tunnckoCore][author-gratipay]
+ [twitter/tunnckoCore][author-twitter]
+ [github/tunnckoCore][author-github]
+ [npmjs/tunnckoCore][author-npmjs]
+ [more ...][contrib-more]
## License [![MIT license][license-img]][license-url]
Copyright (c) 2015 [Charlike Mike Reagent][contrib-more], [contributors][contrib-graf].
Released under the [`MIT`][license-url] license.
[npmjs-url]: http://npm.im/postcss-myth
[npmjs-img]: https://img.shields.io/npm/v/postcss-myth.svg?style=flat&label=postcss-myth
[coveralls-url]: https://coveralls.io/r/tunnckoCore/postcss-myth?branch=master
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/postcss-myth.svg?style=flat
[license-url]: https://github.com/tunnckoCore/postcss-myth/blob/master/license.md
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
[travis-url]: https://travis-ci.org/tunnckoCore/postcss-myth
[travis-img]: https://img.shields.io/travis/tunnckoCore/postcss-myth.svg?style=flat
[daviddm-url]: https://david-dm.org/tunnckoCore/postcss-myth
[daviddm-img]: https://img.shields.io/david/tunnckoCore/postcss-myth.svg?style=flat
[author-gratipay]: https://gratipay.com/tunnckoCore
[author-twitter]: https://twitter.com/tunnckoCore
[author-github]: https://github.com/tunnckoCore
[author-npmjs]: https://npmjs.org/~tunnckocore
[contrib-more]: http://j.mp/1stW47C
[contrib-graf]: https://github.com/tunnckoCore/postcss-myth/graphs/contributors
***
_Proudly generated by [docks(1)](https://github.com/tunnckoCore), April 22, 2015_