We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83a46e commit a3be4f1Copy full SHA for a3be4f1
components/react/panda.config.ts
@@ -9,9 +9,4 @@ export default defineConfig({
9
include: ['./src/**/*.{js,jsx,ts,tsx,vue}'],
10
jsxFramework: 'react', // or solid or vue
11
outdir: 'styled-system',
12
-
13
- theme: {
14
- recipes,
15
- slotRecipes,
16
- },
17
})
0 commit comments