1.2.0 • Published 7 years ago
element-theme-c3 v1.2.0
element-theme-c3
element component c3 theme.
Use http://element.eleme.io/#/en-US/component/custom-theme to build custom themes.
Installation
npm i element-theme-c3 -S
Usage
Use Sass Or postcss-import
@import 'element-theme-c3';
Or Use webpack
import 'element-theme-c3';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-c3/lib/index.css">
Import your need
import 'element-theme-c3/lib/input.css';
import 'element-theme-c3/lib/select.css';
// ...