From df83ebc5082e7369ecc0c22a7ef5289d2dd166ee Mon Sep 17 00:00:00 2001 From: Richard Hallows Date: Thu, 13 Oct 2022 09:45:00 +0100 Subject: [PATCH] Document configuration object options subset (#6403) --- docs/user-guide/usage/options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/usage/options.md b/docs/user-guide/usage/options.md index 834bf2d701..dc4b38a9c9 100644 --- a/docs/user-guide/usage/options.md +++ b/docs/user-guide/usage/options.md @@ -6,6 +6,8 @@ Options shared by the: - [Node.js API](node-api.md) - [PostCSS plugin](postcss-plugin.md) +You can use some of these options in the [configuration object](../configure.md). + ## `allowEmptyInput` CLI flag: `--allow-empty-input, --aei`