RTL Mode
RTL Mode Setting
You need to uncomment the below code in the
assets/scss/config/default/app.scss file.
// @import "rtl/pages";
// @import "rtl/structure";
// @import "rtl/utilities"
and add the below attribute in the index.html file
html tag.
dir="rtl" so you final html tag will be
<html dir="rtl">