Fix README: styles are JSON tokens, not SCSS

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-03 20:19:02 +00:00
parent 0ab852d227
commit 8a7558d038

View File

@@ -227,7 +227,7 @@ packages/{packageId}/
├── components/
│ └── ui.json # Declarative JSON components
├── styles/
│ └── styles.scss # Optional styles
│ └── tokens.json # Design tokens (colors, spacing, shadows, etc.)
└── static/
└── assets/ # Images, fonts, etc.
```