diff --git a/panda.config.ts b/panda.config.ts index 493b2cc8..8b860a05 100644 --- a/panda.config.ts +++ b/panda.config.ts @@ -14,7 +14,11 @@ export default defineConfig({ preflight: true, // Where to look for your css declarations - include: ['./app/**/*.{js,jsx,ts,tsx}', './pages/**/*.{js,jsx,ts,tsx}'], + include: [ + './app/**/*.{js,jsx,ts,tsx}', + './components/**/*.{js,jsx,ts,tsx}', + './features/**/*.{js,jsx,ts,tsx}', + ], // Files to exclude exclude: [],