1.0.4 • Published 5 years ago

@mikker/chk v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@mikker/chk

A .chk checkbox class for use with Tachyons.

Usage

Put this in your html before you include Tachyons.

<link rel='stylesheet' href='https://unpkg.com/@mikker/chk@latest/css/chk.css' />

Or add it directly to your project:

npm install @mikker/chk
# or
yarn add @mikker/chk

Then using postcss or however you'd like

@import '~tachyons';

@import '~chk;
/* or if you want to customize variables */
@import '~chk/src/chk;

NB: Be sure to include chk.css before `tachyons.css.

License

MIT