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.
In Tailwick, you can effortlessly switch between Left-to-Right (LTR) and Right-to-Left (RTL) modes by simply selecting the option in the Rightsidebar as well.
Simply set the let dir="rtl"
in file src/Layouts/RightSidebar.svelte
. It will update the layout mode to RTL mode. No need to change any css or js files.
dir="ltr"
dir="rtl"