UNPKG

@bixi/theme

Version:
21 lines (16 loc) 216 B
--- type: Guide title: 开始使用 order: 0 --- ### 1. 依赖安装 ``` bash yarn add @bixi/theme ``` ### 2. 按需导入 ``` less @import '@bixi/theme/styles/color.less'; html,body { color: @bixi-blue; } ```