the ltr modifier will not take effect unless the dir attribute is explicitly set to ltr, so if you are building a multi-directional site make sure to always set a direction, not just in rtl mode.
Simply set the state dir: DIR.LTR
in
/store/layout.ts
. It will update the layout mode to RTL mode. No
need to change any css or any files.
dir: DIR.LTR
dir: DIR.RTL