feat: integrate Panda CSS with biome overrides and dependencies

This commit is contained in:
2026-02-02 17:45:10 -06:00
parent e343a1e252
commit c87ee5ea01
12 changed files with 518 additions and 18 deletions

3
postcss.config.cjs Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
plugins: [require('@pandacss/dev/postcss')()]
}