jaredh159 / tailwind-react-native-classnames

simple, expressive API for tailwindcss + react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Negative z-index integer gets converted to positive integer

darwinshameran opened this issue · comments

According to Tailwind docs you can use negative values such as -z-50 as the z-index, however twrnc seems to always convert it to a positive value. I'm not sure if this is intended behavior or a bug:

console.log(tailwind.style('px-4 -z-1'))
{"paddingLeft": 16, "paddingRight": 16, "zIndex": 1}

thanks for letting me know, fix coming in a few minutes, in version 3.6.6.

patched release is out 👍