Ryan Goree
Ryan Goree
## Environment: - `TailwindCSS` version: `3.0.7` - `tailwindcss-classnames` version: `3.0.0` - `Node.js` version: `16.13.1` ## Current Behavior After using the CLI, the build is missing classes prefixed with `-` (e.g....
### Describe the bug When the `type` is number, the `validate` function doesn't receive the `initial` value. So if you have a number that requires validation, the user can't accept...
Add [Gud CLI](https://github.com/ryangoree/gud-cli)
Patch the `key` type for `matches` in `sortFn` arguments. closes #811
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description of the bug The `sortFn` option's arguments are typed as `FuseSortFunctionArg`: https://github.com/krisk/Fuse/blob/fac16735655bedbee434a19855cdfc4a1dded5ac/src/index.d.ts#L325...