diff --git a/packages/ui/style/tailwind.js b/packages/ui/style/tailwind.js index 7398981cf..c313f5270 100644 --- a/packages/ui/style/tailwind.js +++ b/packages/ui/style/tailwind.js @@ -11,7 +11,7 @@ module.exports = function (app, options) { content: [ `../../apps/${app}/src/**/*.{ts,tsx,html,stories.tsx}`, '../../packages/*/src/**/*.{ts,tsx,html,stories.tsx}', - '../../interface/**/*.{ts,tsx,html,stories.tsx}' + '../../interface/{app,components}/*.{ts,tsx,html,stories.tsx}' ], darkMode: 'class', theme: {