Missing inline and block utilities #10776
yousifalraheem
started this conversation in
Ideas
Replies: 1 comment
-
There is support for logical properties in the inline direction via #10166 that you could try via insiders, |
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
-
Description
I'm trying to develop a web app using Tailwind CSS with support to 2 languages: English and Arabic. However, I noticed that tailwind is missing the direction friendly CSS properties.
Examples:
I expect to have CSS utilities that supports both directions. An example of a new utility:
You can also replace the implementation of these class names:
To see what I mean, you can open any site (even Tailwind official website) and apply this attribute to the body
All the spacing will appear to be on the other side. But if there were developed with
inline
andblock
in mind, this issue wouldn't happen.Beta Was this translation helpful? Give feedback.
All reactions