You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the justify-start and justify-end works the same as justify-left and justify-right are the same in most cases. But in the context of the direction: rtl will be work opposite. So I want to use justify-left or justify-right for more clarity.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I know the justify-start and justify-end works the same as justify-left and justify-right are the same in most cases. But in the context of the
direction: rtl
will be work opposite. So I want to use justify-left or justify-right for more clarity.Or just use the utility class is recommended?
https://developer.mozilla.org/en-US/docs/Web/CSS/direction#rtl
examples:
Also I read #1492 but if we can use
justify-left
that is simpler.Beta Was this translation helpful? Give feedback.
All reactions