RTL Support

RTL Steps

  1. Add attributes to html tag like this:
    <html lang="fa" dir="rtl">
  2. Change the CSS permalink.
    # FROM
    <link rel="stylesheet" href="assets/css/app.css">
    # TO
    <link rel="stylesheet" href="assets/css/app.rtl.css">
    
  3. Done.