react-widgets icon indicating copy to clipboard operation
react-widgets copied to clipboard

Tailwind: [WARNING] "zindex" is not a known CSS property [unsupported-css-property]

Open tkgdbowen opened this issue 2 years ago • 1 comments

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

tkgdbowen avatar Aug 28 '23 08:08 tkgdbowen

PRs welcome!

jquense avatar Aug 28 '23 14:08 jquense