Files
Edu/packages/ui-tokens/src/all.css
SpecialX 1eacd1ed87 feat(teacher-portal): 完整实现 teacher-portal 微前端
包含 settings/students/api、graphql、mocks、ui-tokens 设计令牌等
2026-07-10 19:10:20 +08:00

14 lines
361 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* ui-tokens 全量样式入口
*
* 导入顺序Layer 1 Primitive → Layer 2 Semanticlight + dark→ Layer 3 Tailwind
*
* 用法apps/teacher-portal/src/app/globals.css
* @import '@edu/ui-tokens/all.css';
*/
@import './primitive.css';
@import './semantic-light.css';
@import './semantic-dark.css';
@import './tailwind-theme.css';