tailwindcss-rtl icon indicating copy to clipboard operation
tailwindcss-rtl copied to clipboard

Negative values not being generated

Open z-x opened this issue 3 years ago • 7 comments
trafficstars

"tailwindcss": "^3.0.24",
"tailwindcss-rtl": "^0.9.0"

When using negative values (like -ms-16) the proper CSS is not being generated. I've just updated from Tailwind 2 and the plugin in version 0.7 where everything worked like charm.

z-x avatar May 05 '22 14:05 z-x

any updates on resolving this issue?

SettarovAli avatar Oct 30 '22 09:10 SettarovAli

negative values support added as part of arbitrary values support in PR https://github.com/20lives/tailwindcss-rtl/pull/60

vltansky avatar Oct 31 '22 14:10 vltansky

negative values support added as part of arbitrary values support in PR #60

Thank you very much, I installed it directly from repo yarn add git+https://github.com/20lives/tailwindcss-rtl.git Negative values are working correct! Waiting for releasing new version of package with this change.

SettarovAli avatar Nov 01 '22 20:11 SettarovAli

negative values support added as part of arbitrary values support in PR #60

Thanks very much. Can you please update the npm package as well please?

Sina7312 avatar Nov 20 '22 08:11 Sina7312

negative values support added as part of arbitrary values support in PR #60

Thanks very much. Can you please update the npm package as well please?

@20lives

vltansky avatar Nov 20 '22 11:11 vltansky

Need the same thing, hope NPM package gets update with it as well. @20lives

DarkC0der11 avatar Dec 14 '22 00:12 DarkC0der11

negative values support added as part of arbitrary values support in PR #60

There is a bug in the inset utilities. As I commented on in the merged PR.

tonioriol avatar Mar 07 '23 15:03 tonioriol