summaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 8ea7487af..c14e52854 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -28,6 +28,8 @@ export default {
devOptions: {
/** The port to run the dev server on. */
port: 3000,
+ /** Path to tailwind.config.js if used, e.g. './tailwind.config.js' */
+ tailwindConfig: undefined,
},
};
```