jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 394 forks source link

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

Open tkgdbowen opened 1 year ago

tkgdbowen commented 1 year ago

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

jquense commented 1 year ago

PRs welcome!