What problem does it solve? Setting up Tailwind CSS for Hebrew right-to-left applications involves many pitfalls: physical utility classes that break in RTL, missing dir variants, Hebrew fonts that flash invisible text while loading, and v4 configuration changes that break old setups. This Skill provides a complete, verified configuration path. ## Core Features & Use Cases - Tailwind v4 RTL Configuration: Set up CSS-first @theme configuration with Hebrew font stacks (Heebo, Assistant), Hebrew-optimized line heights, and the correct build plugin for Vite or PostCSS toolchains. - Logical Property Migration: Convert physical utilities (ml-, mr-, pl-, pr-, text-left) to logical equivalents (ms-, me-, ps-, pe-, text-start) using a complete mapping table, including the v4.3 inset-s-/inset-e- rename. - RTL Component Patterns: Build RTL-first cards, navigation, sidebars, and forms with dir variants, icon mirroring, and mixed Hebrew/English bidirectional text handling. - Use Case: A developer building a Hebrew admin dashboard in Next.js uses this Skill to wire next/font through @theme inline, set dir="rtl" on the root element, and compose the entire layout with logical utilities that flip correctly. ## Quick Start Ask the AI to configure Tailwind CSS v4 for a Hebrew RTL web app with Hebrew fonts and logical utility classes.