diff --git a/docs/shared/guides/using-tailwind-css-in-react.md b/docs/shared/guides/using-tailwind-css-in-react.md index 97e3b6457c..72057d4aad 100644 --- a/docs/shared/guides/using-tailwind-css-in-react.md +++ b/docs/shared/guides/using-tailwind-css-in-react.md @@ -55,7 +55,7 @@ const { join } = require('path'); module.exports = { content: [ - join(__dirname, 'src/**/!(*.stories|*.spec).{ts,tsx,html}'), + join(__dirname, 'src/**/*!(*.stories|*.spec).{ts,tsx,html}'), ...createGlobPatternsForDependencies(__dirname), ], theme: {