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.
- Host: GitHub
- URL: https://github.com/moox/fly-cssnext
- Owner: MoOx
- License: other
- Created: 2015-07-21T14:49:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T07:35:20.000Z (over 10 years ago)
- Last Synced: 2025-04-13T13:12:47.116Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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