From 872c71184e4085de25e901869b99461bc2c8afa4 Mon Sep 17 00:00:00 2001 From: Mark Hollomon Date: Fri, 3 Jan 2020 18:29:45 -0500 Subject: [PATCH] Doc changes for enhancement FullHuman/purgecss#227 --- cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli.md b/cli.md index 70e9ac5..99a767e 100644 --- a/cli.md +++ b/cli.md @@ -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.