- Add @pandacss/dev and @srjuggernaut-dev/srjuggernaut-panda-preset for CSS-in-JS styling - Include @fontsource-variable/roboto and @fontsource/orbitron for typography - Add @fortawesome/fontawesome-free for icons - Update .gitignore to exclude styled-system and styled-system-studio directories
28 lines
308 B
Plaintext
28 lines
308 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
|
|
## Panda
|
|
styled-system
|
|
styled-system-studio |