Files
RUSTLE/ui/design-tokens.json
anthonyrawlins 0acf136246 Add remaining UI assets and configuration files
- Add assets/ directory with icons and images
- Add eslint.config.js for code linting
- Add package-lock.json for dependency locking
- Add public/ directory with static assets
- Add ui/ directory with React components

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-09 13:19:39 +10:00

12 lines
288 B
JSON

{
"colors": {
"primary": "#007bff",
"secondary": "#6c757d",
"background": "#f8f9fa",
"text": "#212529"
},
"typography": {
"fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif",
"fontSize": "16px"
}
}