diff --git a/extensions/tailwind.config.ts b/extensions/tailwind.config.ts index abbd71051b..f379da3999 100644 --- a/extensions/tailwind.config.ts +++ b/extensions/tailwind.config.ts @@ -7,7 +7,7 @@ import typography from '@tailwindcss/typography'; import tailwindCssAnimate from 'tailwindcss-animate'; const config: Config = { - content: ['./src/**/*.{js,ts,jsx,tsx}'], + content: ['./src/**/*.{js,ts,jsx,tsx}', '!./**/node_modules/**/*'], // Prefix on all tailwind classes so they don't clash with built-in classes // short for tailwind - we hope to have the same prefix as users of this library so the cn // function that uses tailwind-merge can properly overwrite related tailwind classes