Mostafa Ahangarha

Full-stack web developer (Ruby, Rails, React), Software Freedom Advocate

  • 0 Posts
  • 2 Comments
Joined 5 years ago
cake
Cake day: March 13th, 2020

help-circle
  • This is not RTL support but support for ways to explicitly set styles based on the direction.

    Better than using rtl:ml-4 is to use ms-4 which stands for margin-inline-start: .... Prefer logical properties over physical ones. But that is not possible in all cases. There, rtl: and ltr: prefix come handy.