Simple css class string builder without shenanigans.
npm install classies!Build Status

!Compression
Simple css class string builder without shenanigans.
```
npm install classies
`js
const cls = require("classies");
const isSelected = true;
let classString = cls(
{
foo: true,
bar: someCondition,
[classString]: true,
isSelected,
},
separator
); // separator defaults to ' '
``
see jsperf
Latest version was done by @isiahmeadows and @gamb.
If you have a better version, feel free to submit a PR.
Releases are automated by pr-release