diff options
Diffstat (limited to 'docs/styling.md')
-rw-r--r-- | docs/styling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/styling.md b/docs/styling.md index 2f57cd21f..86ce2e840 100644 --- a/docs/styling.md +++ b/docs/styling.md @@ -107,7 +107,7 @@ Be sure to add the config path to `astro.config.mjs`, so that Astro enables JIT // astro.config.mjs export default { + devOptions: { -+ tailwindConfig: './tailwindConfig.js', ++ tailwindConfig: './tailwind.config.js', + }, }; ``` |