What problem does it solve?
This Skill simplifies the setup of Tailwind CSS for Hebrew RTL applications by providing configuration, utilities, and best practices tailored to Hebrew typography and layout needs.
Core Features & Use Cases
- Configure Tailwind for Hebrew RTL: Includes example CSS and JavaScript configuration snippets for Tailwind v4 and v3.
- Logical Property Utilities: Promotes the use of logical classes (ms-, me-, ps-, pe-) over physical ones to ensure RTL compatibility.
- RTL-First Component Patterns: Offers guidelines and code examples for building RTL-specific UI components, such as navigation bars, cards, and forms.
- Use Case: Developers creating Hebrew websites or apps can use this to implement RTL layouts, mirroring icons, and Hebrew typography efficiently.
- Migration Guidance: Provides instructions to convert existing LTR Tailwind code for RTL contexts.
Quick Start
Configure Tailwind with the provided settings, replace physical utilities with logical ones, and set dir="rtl" on the root element to build Hebrew RTL-compatible interfaces.