element/packages/theme-chalk
Lin d6dedac2e2
Chore: replace node-sass with dart-sass (#21019)
* chore: 移除 node-sass 替换为 sass 进行构建

- 更新调用库 gulp-sass 更新为 gulp-dart-sass 以支持 sass
- 更新 scss 使用语法旧语法已被废弃

* chore: add yarn lock
2021-11-15 11:43:08 +08:00
..
src Chore: replace node-sass with dart-sass (#21019) 2021-11-15 11:43:08 +08:00
.gitignore scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
README.md scaffolding chalk (#6643) 2017-08-23 18:07:14 +08:00
gulpfile.js Chore: replace node-sass with dart-sass (#21019) 2021-11-15 11:43:08 +08:00
package.json Chore: replace node-sass with dart-sass (#21019) 2021-11-15 11:43:08 +08:00

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

// ...