Adding direction property #7258
Waseem-Almoliky
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
Tailwind CSS Already support RTL (Docs Link) it's currently experimental since it may change in the future based on the community feedback. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Upvoting this in 2023. I'm baffled this doesn't exists yet. |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
simply adding 2 classes like
dir-ltr
anddir-rtl
or
direction-ltr
anddirection-rtl
to control the direction property
https://developer.mozilla.org/en-US/docs/Web/CSS/direction
Beta Was this translation helpful? Give feedback.
All reactions