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