Need rtl class name for next tailwind update
#13637
Closed
1mehdifaraji
started this conversation in
Ideas
Replies: 1 comment
-
|
Hey! We haven't added this because it's generally discouraged in favor of the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
In almost every
tailwindcssproject I develop, I have to add a custom class name called.rtlin global styles myself becausetailwindcsssimply doesn't have a class name fordirection: rtl;style.By the way the class name
flex-row-reversemay reverse the row items, but it can't reverse text content for example arabic or persian text or it can't reverse the direction for all of the elements inside the items.I think
tailwindcssnext update should include a simple class name calledrtlordir-rtl, it's very useful and important.Beta Was this translation helpful? Give feedback.
All reactions