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

https://github.com/hexojs/hexo-clean-css

Minify CSS files with clean-css.
https://github.com/hexojs/hexo-clean-css

css hexo hexo-plugin minify

Last synced: 6 months ago
JSON representation

Minify CSS files with clean-css.

Awesome Lists containing this project

README

          

# hexo-clean-css

[![NPM version](https://badge.fury.io/js/hexo-clean-css.svg)](https://www.npmjs.com/package/hexo-clean-css)

Minify CSS files with [clean-css].

## Installation

``` bash
$ npm install hexo-clean-css --save
```

## Options

``` yaml
clean_css:
exclude:
- '*.min.css'
```

- **exclude**: Exclude files

[clean-css]: https://github.com/jakubpawlowicz/clean-css