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 "./rtl/general-rtl"; // @import "./rtl/bootstrap-rtl"; // @import "./rtl/spacing-rtl"; // @import "./rtl/float-rtl"; // @import "./rtl/text-rtl"; // @import "./rtl/structure-rtl"; // @import "./rtl/pages-rtl";and comment Dark Theme scss files in the
src/assets/theme.scss
file.