Clerk components RTL support
github.com
Migrating to CSS logical properties for RTL support, so layout, spacing, borders, and positioning mirror correctly across locales.
<Box
sx={t=> ({
marginRight: t.space.$1,
marginInlineEnd: t.space.$1,
})}
/>
ESLint rule prevents physical left/right CSS from creeping back in.