why $app-direction: rtl not working?

Viewed 1881

Docs: https://ionicframework.com/docs/theming/rtl-support/

I wonder why this variable $app-direction: rtl; in /src/theme/variables.scss not working / have no effect ?

ionic --version
3.6.0

The UI is the same, with or without it.

According to the docs, they state that $app-direction is set somewhere in the ./node_modules/ionic-angular/themes/ionic.globals.scss file. at least for me - there's no such variable ... and as far as I'm aware - I'm using the latest version no ?

1 Answers
Related