diff --git a/tailwind.config.js b/tailwind.config.js index 45473dedaf3..99bcd765696 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,7 +8,12 @@ module.exports = { content: [ './wagtail/**/*.{py,html,ts,tsx}', './wagtail/**/static_src/**/*.js', - './client/**/*.{js,ts,tsx,mdx}', + // Make sure NOT to include the `client/scss` directory, + // even if we don't specify `*.scss` files here. + // The directory would still be scanned for files, which would cause + // the styles to rebuild in a loop. + // https://tailwindcss.com/docs/content-configuration#styles-rebuild-in-an-infinite-loop + './client/src/**/*.{js,ts,tsx,mdx}', './docs/**/*.{md,rst}', ], corePlugins: {