Adds more info about using `inliner` API option.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 10 Jul 2015 06:48:38 +0000 (07:48 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 10 Jul 2015 06:48:38 +0000 (07:48 +0100)
README.md

index 1277d43..e77828c 100644 (file)
--- 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)