Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Link to CleanCSS repo API options #17

Merged
merged 1 commit into from
Dec 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Or, do manual install:
* If you want to use git version of plugin, add
`"clean-css-brunch": "git+ssh://git@github.com:brunch/clean-css-brunch.git"`.

## Options

[See all possible options in the CleanCSS API](https://github.com/jakubpawlowicz/clean-css#how-to-use-clean-css-api).

To specify clean-css options, use `config.plugins.cleancss` object, for example:

```coffeescript
Expand Down