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

https://github.com/moox/fly-cssnext

# DEPRECATED. Use fly-postcss instead.
https://github.com/moox/fly-cssnext

Last synced: about 1 year ago
JSON representation

# DEPRECATED. Use fly-postcss instead.

Awesome Lists containing this project

README

          

# DEPRECATED. Use fly-postcss instead.

---





> [cssnext](https://github.com/cssnext/cssnext) plugin for _[Fly][fly]_.

[![][fly-badge]][fly]
[![npm package][npm-ver-link]][releases]
[![][dl-badge]][npm-pkg-link]
[![][travis-badge]][travis-link]
[![][mit-badge]][mit]

## Usage
> Check out the [cssnext documentation](https://github.com/cssnext/cssnext) to see the available options.

### Install

```a
npm install -D fly-cssnext
```

### Example

```js
export default function* () {
yield this
.source("*.css")
.cssnext()
.target("dist")
}
```

# License

[MIT][mit] © [The Fly Team][author] et [al][contributors]

[mit]: http://opensource.org/licenses/MIT
[author]: http://github.com/flyjs
[contributors]: https://github.com/cssnext/fly-cssnext/graphs/contributors
[releases]: https://github.com/cssnext/fly-cssnext/releases
[fly]: https://www.github.com/flyjs/fly
[fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square
[npm-pkg-link]: https://www.npmjs.org/package/fly-cssnext
[npm-ver-link]: https://img.shields.io/npm/v/fly-cssnext.svg?style=flat-square
[dl-badge]: http://img.shields.io/npm/dm/fly-cssnext.svg?style=flat-square
[travis-link]: https://travis-ci.org/cssnext/fly-cssnext
[travis-badge]: http://img.shields.io/travis/cssnext/fly-cssnext.svg?style=flat-square