Dear All,
As you mentioned in other questions answer that related to RTL you said:
"Copy RTL CSS file from the HTML version from
/metronic_v8.0.x/html/theme/demo1/dist/assets/css/style.bundle.rtl.css
to the Angular folder demo1/src/assets/sass/"
Are you planning to create rtl scss file because css file doesn't have variables and not flexible as scss.
Thanks,
Shadi.
Hi Shadi,
We can try to integrate rtlcss plugin into the Angular webpack build.
https://gist.github.com/m-ahmadi/e9e0c096fae875629ca8397ff4f59253
We will consider using this approach to make the Angular use existing SCSS files, then convert them into RTL.
Thanks