mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 12:17:37 +08:00
a2dba425a0
* refactor(theme-chalk): upgrade to ts & renive gulp-mincss with gulp-clean-css * feat(build): add clean-css colorful log && add progressbar for webpack
540 B
540 B
element-theme-chalk
element component chalk theme.
Installation
npm i element-plus
Usage
Use Sass import
@import 'element-plus/lib/theme-chalk/index.scss';
Or Use vite/webpack
import 'element-plus/lib/theme-chalk/index.css'
Or
<link
rel="stylesheet"
href="https://unpkg.com/element-plus/lib/theme-chalk/index.css"
/>
Import on demand
import 'element-plus/lib/theme-chalk/input.css'
import 'element-plus/lib/theme-chalk/select.css'
// ...