Problem: Logical properties.

Solution#

html
<p class="ms-4 ps-2 border-s">Logical spacing adapts to RTL automatically.</p>

Why this works#

ms-/ps-/border-s flip direction without changes.

Variants#

  • Responsive: add screen prefixes to the core classes
  • Dark: pair each color utility with its dark: twin
  • Animated: add transition + a state variant for motion

cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns