RTL Version
In order to have RTL mode enabled, uncomment Light Theme scss files in the src/assets/scss/themes.scss
file same as uncomment below 2 line
// light mode // @import "./bootstrap.scss"; // @import "./app.scss";
and uncomment RTL Mode scss files in the src/assets/themes.scss file same as uncomment below lines
//rtl mode // @import "./custom/rtl/bootstrap-rtl"; // @import "./custom/rtl/components-rtl"; // @import "./custom/rtl/float-rtl"; // @import "./custom/rtl/general-rtl.scss"; // @import "./custom/rtl/pages-rtl"; // @import "./custom/rtl/spacing-rtl"; // @import "./custom/rtl/text-rtl";