inital commit
This commit is contained in:
commit
85fa9aff4a
119 changed files with 3292 additions and 0 deletions
17
panda.config.ts
Normal file
17
panda.config.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
import { defineConfig } from '@pandacss/dev'
|
||||
import { createPreset } from '@park-ui/panda-preset'
|
||||
|
||||
export default defineConfig({
|
||||
preflight: true,
|
||||
presets: [
|
||||
'@pandacss/preset-base',
|
||||
createPreset({
|
||||
accentColor: 'jade',
|
||||
grayColor: 'neutral',
|
||||
borderRadius: 'sm',
|
||||
}),
|
||||
],
|
||||
include: ['./src/**/*.{js,jsx,ts,tsx,vue}'],
|
||||
jsxFramework: 'solid', // or 'solid' or 'vue'
|
||||
outdir: 'styled-system',
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue