Design Tokens
Token 遵循 brand → semantic → component 三层结构。
text
brand.color.signal.500
semantic.color.action.primary
component.button.primary.background业务页面优先使用语义变量;组件实现使用语义或组件变量;禁止直接写入品牌色值。
当前源文件来自 design-systems/personal-brand-site。未来拆分为 @sunui/tokens 时保持变量名稳定。