https://github.com/matype/fly-cssfmt
Fly plugin for CSSfmt
https://github.com/matype/fly-cssfmt
Last synced: about 1 year ago
JSON representation
Fly plugin for CSSfmt
- Host: GitHub
- URL: https://github.com/matype/fly-cssfmt
- Owner: matype
- License: other
- Created: 2015-08-05T02:16:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T15:16:30.000Z (almost 11 years ago)
- Last Synced: 2025-01-31T13:11:16.333Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
> [CSSfmt](https://github.com/morishitter/cssfmt) 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/morishitter/cssfmt) to see the available options.
### Install
```a
npm install -D fly-cssfmt
```
### Example
```js
export default function* () {
yield this
.source('src/*.css')
.cssfmt()
.target('dist')
}
```
# License
[MIT][mit] © [morishitter][author] et [al][contributors]
[mit]: http://opensource.org/licenses/MIT
[author]: http://github.com/morishitter
[contributors]: https://github.com/morishitter/fly-cssfmt/graphs/contributors
[releases]: https://github.com/morishitter/fly-cssfmt/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-cssfmt
[npm-ver-link]: https://img.shields.io/npm/v/fly-cssfmt.svg?style=flat-square
[dl-badge]: http://img.shields.io/npm/dm/fly-cssfmt.svg?style=flat-square
[travis-link]: https://travis-ci.org/morishitter/fly-cssfmt
[travis-badge]: http://img.shields.io/travis/morishitter/fly-cssfmt.svg?style=flat-square