Add @pandacss/dev, srjuggernaut-panda-preset, FontAwesome icons, and fonts to enable styling. Update .gitignore to exclude styled-system directories.
7 lines
216 B
TypeScript
7 lines
216 B
TypeScript
import pandacssPlugin from '@pandacss/dev/postcss'
|
|
import type { Plugin, Processor, Transformer } from 'postcss'
|
|
|
|
export default {
|
|
plugins: [pandacssPlugin()]
|
|
} as { plugins: (Plugin | Transformer | Processor)[] }
|