Replies: 2 comments 3 replies
-
I've been using this plugin for a while now and it's really great. https://github.com/20lives/tailwindcss-rtl I think tailwind should use the same mechanism for bidirectional utility classes. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This has been raised in the past here #1483 if you want to continue that discussion. |
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 wondering why you didn't use logical properties to solve the right-to-left support problem?
Instead of
ltr:ml-3 rtl:mr-3
we could writems-3
to usemargin-inline-start
property.Beta Was this translation helpful? Give feedback.
All reactions