Utility CSS library that provides a set of low-level, configurable, ready-to-use styles.
npm install benefit``bash`
yarn add benefit
Import and use the createBenefit function to create your utility classes
`
import { createBenefit } from "benefit"
const { styleWith } = createBenefit()
`
Use styleWith(...) to pass in utility classes
```
...