Files
admin-vben/packages/styles/README.md

19 lines
338 B
Markdown
Raw Normal View History

# @vben/styles
用于多个 `app` 公用的样式文件继承<E7BBA7><E689BF>?`@vben-core/design` 的所有能力。业务上有通用的样式文件可以放在这里<E8BF99><E9878C>?
## 用法
### 添加依赖
```bash
# 进入目标应用目录<EFBC8C><E4BE8B>?apps/xxxx-app
# cd apps/xxxx-app
2024-08-14 20:37:21 +08:00
pnpm add @vben/styles
```
### 使用
```ts
import '@vben/styles';
```