mirror of https://github.com/ElemeFE/element
* chore: 移除 node-sass 替换为 sass 进行构建 - 更新调用库 gulp-sass 更新为 gulp-dart-sass 以支持 sass - 更新 scss 使用语法旧语法已被废弃 * chore: add yarn lock |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| README.md | ||
| gulpfile.js | ||
| package.json | ||
README.md
element-theme-chalk
element component chalk theme.
Installation
npm i element-theme-chalk -S
Usage
Use Sass import
@import 'element-theme-chalk';
Or Use webpack
import 'element-theme-chalk';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-chalk/lib/index.css">
Import on demand
import 'element-theme-chalk/lib/input.css';
import 'element-theme-chalk/lib/select.css';
// ...