README
var-theme-chalk
var component chalk theme.
Installation
npm i var-theme-chalk -S
Usage
Use Sass import
@import 'var-theme-chalk';
Or Use webpack
import 'var-theme-chalk';
Or
<link rel="stylesheet" href="path/to/node_modules/var-theme-chalk/lib/index.css">
Import on demand
import 'var-theme-chalk/lib/button.css';
// ...