element-plus/packages/theme-chalk
2020-08-31 09:43:07 +08:00
..
src build: replace gulp-sass with gulp-dart-sass (#219) 2020-08-28 13:38:08 +08:00
.gitignore Feat/scss (#212) 2020-08-28 11:09:05 +08:00
gulpfile.js build: replace gulp-sass with gulp-dart-sass (#219) 2020-08-28 13:38:08 +08:00
package.json chore: upgrade all dependencies 2020-08-31 09:43:07 +08:00
README.md Feat/scss (#212) 2020-08-28 11:09:05 +08:00

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';

// ...