diff --git a/panda.config.js b/panda.config.js index 266865b..f005e64 100644 --- a/panda.config.js +++ b/panda.config.js @@ -4,5 +4,6 @@ export default defineConfig({ preflight: true, include: ['./src/**/*.{ts,tsx,js,jsx}', './pages/**/*.{ts,tsx,js,jsx}'], exclude: [], - outdir: 'styled-system' + outdir: 'styled-system', + presets: ['@danbot-hosting/panda-preset'] })