normalize-rtl.less 122 B

12345678910111213141516
  1. //
  2. // 1. Set direction to RTL
  3. //
  4. html {
  5. direction: rtl;
  6. }
  7. //
  8. // Remove default margin.
  9. //
  10. body {
  11. direction: rtl;
  12. }