feat: start over and layout

This commit is contained in:
2023-09-16 21:48:09 -06:00
parent eb334f6357
commit 2135a4b55d
61 changed files with 5724 additions and 2604 deletions
+13
View File
@@ -0,0 +1,13 @@
import { defineConfig } from '@pandacss/dev'
import entGamersPandaPreset from 'entgamers-panda-preset'
export default defineConfig({
presets: [entGamersPandaPreset],
gitignore: true,
preflight: true,
include: ['./src/**/*.{js,jsx,ts,tsx}'],
exclude: [],
outdir: 'src/styled-system',
jsxFactory: 'panda',
jsxFramework: 'react'
})