Replies: 3 comments
This comment was marked as spam.
This comment was marked as spam.
-
There's logical properties for handling this. You can use https://tailwindcss.com/docs/border-radius ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
I completely missed this /closed |
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.
-
Problem
Due to the strong association of
first:
with "left-most" andlast:
with "right-most," developers sometimes use rules likefirst:rounded-l-md
, causing bugs in RTL mode.Suggestion
Add new variants:
left:
(ltr:first:
andrlt:last:
) andright:
(ltr:last:
andrtl:first:
) .Beta Was this translation helpful? Give feedback.
All reactions