mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-07-05 13:47:59 +08:00
25 lines
979 B
Markdown
25 lines
979 B
Markdown
# Styles Reference
|
|
|
|
This document is a lightweight index for the active style sources used by `@cherrystudio/ui`.
|
|
|
|
## Source Files
|
|
|
|
Runtime styles and design tokens live under `src/styles`:
|
|
|
|
- [theme.css](../src/styles/theme.css)
|
|
- [tokens.css](../src/styles/tokens.css)
|
|
- [tokens/colors/primitive.css](../src/styles/tokens/colors/primitive.css)
|
|
- [tokens/colors/semantic.css](../src/styles/tokens/colors/semantic.css)
|
|
- [tokens/colors/status.css](../src/styles/tokens/colors/status.css)
|
|
- [tokens/radius.css](../src/styles/tokens/radius.css)
|
|
- [tokens/spacing.css](../src/styles/tokens/spacing.css)
|
|
- [tokens/typography.css](../src/styles/tokens/typography.css)
|
|
|
|
## Usage Notes
|
|
|
|
Do not consume files from `packages/ui/docs` at runtime.
|
|
|
|
- Use `@cherrystudio/ui/styles/*` for all actual app and package integration.
|
|
- Treat this document as reference only, not as part of the public runtime contract.
|
|
- If you need to inspect shipped style outputs, check `dist/styles/` instead.
|