https://github.com/matype/fly-csso
Fly plugin for csso
https://github.com/matype/fly-csso
Last synced: 11 months ago
JSON representation
Fly plugin for csso
- Host: GitHub
- URL: https://github.com/matype/fly-csso
- Owner: matype
- License: other
- Created: 2015-07-03T01:33:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T17:05:03.000Z (about 11 years ago)
- Last Synced: 2025-08-09T06:34:06.708Z (12 months ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
> [CSSO](https://github.com/css/csso) 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 [documentation](https://github.com/css/csso) to see the available options.
### Install
```a
npm install -D fly-csso
```
### Example
```js
export default function* () {
yield this
.source("src/*.css")
.csso()
.target("dist")
}
```
# License
[MIT][mit] © [Masaaki Morishita][author] et [al][contributors]
[mit]: http://opensource.org/licenses/MIT
[author]: http://github.com/morishitter
[contributors]: https://github.com/morishitter/fly-csso/graphs/contributors
[releases]: https://github.com/morishitter/fly-csso/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-csso
[npm-ver-link]: https://img.shields.io/npm/v/fly-csso.svg?style=flat-square
[dl-badge]: http://img.shields.io/npm/dm/fly-csso.svg?style=flat-square
[travis-link]: https://travis-ci.org/morishitter/fly-csso
[travis-badge]: http://img.shields.io/travis/morishitter/fly-csso.svg?style=flat-square