From 74dacf0b1bdee349289bca5df5ad66ddb094ce4b Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Fri, 10 Jul 2015 07:48:38 +0100 Subject: [PATCH] Adds more info about using `inliner` API option. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1277d431..e77828c1 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ CleanCSS constructor accepts a hash as a parameter, i.e., * `benchmark` - turns on benchmarking mode measuring time spent on cleaning up (run `npm run bench` to see example) * `compatibility` - enables compatibility mode, see [below for more examples](#how-to-set-compatibility-mode) * `debug` - set to true to get minification statistics under `stats` property (see `test/custom-test.js` for examples) -* `inliner` - a hash of options for `@import` inliner, see test/protocol-imports-test.js for examples +* `inliner` - a hash of options for `@import` inliner, see [test/protocol-imports-test.js](https://github.com/jakubpawlowicz/clean-css/blob/master/test/protocol-imports-test.js#L372) for examples, or [this comment](https://github.com/jakubpawlowicz/clean-css/issues/612#issuecomment-119594185) for a proxy use case. * `keepBreaks` - whether to keep line breaks (default is false) * `keepSpecialComments` - `*` for keeping all (default), `1` for keeping first one only, `0` for removing all * `mediaMerging` - whether to merge `@media` blocks (default is true) -- 2.34.1