@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