Replies: 1 comment 1 reply
-
Hey! Our recommendation has always been to use a plugin like this one: https://github.com/RonMelkhior/tailwindcss-dir It might be something we add officially one day but it's not on the roadmap right now (we only plan ahead about 6-12 weeks at a time and don't keep a backlog beyond that). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a personal blog that has posts written in both Arabic (RTL) and English, and based on a language key that gets passed to specific components I determine whether such components should be rendered RTL or LTR. I searched through the tailwind documentation for
unicode-bidi
anddirection
but didn't find them. If they're not available in Tailwind yet, is such a feature added to some backlog or perhaps would be added? I'm willing to work on this myself if approved.Beta Was this translation helpful? Give feedback.
All reactions