feat: add Panda CSS styling system with fonts and icons

Add @pandacss/dev, srjuggernaut-panda-preset, FontAwesome icons, and fonts to enable styling.
Update .gitignore to exclude styled-system directories.
This commit is contained in:
2026-03-04 14:30:44 -06:00
parent 13819410c5
commit 20cf804ac6
9 changed files with 629 additions and 10 deletions

View File

@@ -30,7 +30,8 @@
// Paths
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@styled-system/*": ["./styled-system/*"]
}
}
}