3.0.1 • Published 3 years ago

@hd-fe/element-theme-chalk v3.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

@hd-fe/element-theme-chalk

element component chalk theme.

Installation

npm i @hd-fe/element-theme-chalk -S

Usage

Use Sass import

@import '@hd-fe/element-theme-chalk';

Or Use webpack

import '@hd-fe/element-theme-chalk';

Or

<link rel="stylesheet" href="path/to/node_modules/@hd-fe/element-theme-chalk/lib/index.css">

Import on demand

import '@hd-fe/element-theme-chalk/lib/input.css';
import '@hd-fe/element-theme-chalk/lib/select.css';

// ...

重构了 element-theme-chalk 变量体系,优化了不合理的变量使用

3.0.1

3 years ago

3.0.0

4 years ago