1.2.9 • Published 6 years ago

element-theme-darkgreen v1.2.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

element-theme-darkgreen

element component defualt theme.

Installation

npm i element-theme-darkgreen -S

Usage

Use Sass Or postcss-import

@import 'element-theme-darkgreen';

Or Use webpack

import 'element-theme-darkgreen';

Or

<link rel="stylesheet" href="path/to/node_modules/element-theme-darkgreen/lib/index.css">

Import your need

import 'element-theme-darkgreen/lib/input.css';
import 'element-theme-darkgreen/lib/select.css';

// ...
1.2.9

6 years ago