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