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 LAYOUT_DIRECTION.RTL
in src/slices/layouts/reducer.ts
. It will update the layout mode to RTL mode.
LAYOUT_DIRECTION.LTR
LAYOUT_DIRECTION.RTL