react-widgets
react-widgets copied to clipboard
Tailwind: [WARNING] "zindex" is not a known CSS property [unsupported-css-property]
The tailwind integration throws a warning when built in my app due to mistyped property zindex which should be z-index
https://github.com/jquense/react-widgets/blob/00b7905a871ae1da68e63c7ac43bb5f3a7542975/packages/tailwind/src/multiselect.ts#L92
PRs welcome!