Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Doc changes for enhancement FullHuman/purgecss#227 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ You can use the CLI with a [configuration file](configuration.md). Use `--config
purgecss --config ./purgecss.config.js
```

If other options are given on the command line, they will over ride the
equivalent information in the configuration file.

### --out

By default, the CLI outputs the result in the console. If you wish to return the CSS as files, specify the directory to write the purified CSS files to.
Expand Down