hebrew-tailwind-preset

Configure Tailwind CSS for Hebrew RTL applications with logical utilities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yado2000-maker/ours-app --skill hebrew-tailwind-preset-yado2000-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hebrew-tailwind-preset
Source: https://github.com/yado2000-maker/ours-app/tree/main/.claude/skills/hebrew-tailwind-preset
Command: npx skills add https://github.com/yado2000-maker/ours-app --skill hebrew-tailwind-preset-yado2000-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about hebrew-tailwind-preset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Tailwind CSS for a Hebrew RTL website?

Setting up Tailwind CSS for Hebrew RTL involves configuring tailwind.config for Hebrew typography, replacing physical utilities with logical ones like ms- and me-, and setting dir="rtl" on the root element.

What are logical properties in Tailwind CSS and why use them for RTL?

Logical properties in Tailwind CSS are utilities like ps- and pe- that replace physical left and right properties. They adapt dynamically to text direction, ensuring layout mirroring for Hebrew RTL applications.

Can I migrate existing LTR Tailwind CSS code to an RTL layout?

Yes, you can migrate existing LTR Tailwind CSS code to RTL by replacing physical utility classes with logical properties and applying configuration changes. The Skill provides instructions for converting code for RTL contexts.

Does this Tailwind RTL configuration support both v3 and v4?

Yes, the configuration supports both Tailwind v3 and v4. It includes specific CSS and JavaScript configuration snippets tailored to each version for implementing Hebrew RTL layouts and typography.

What is the best way to build RTL components like navigation bars in Tailwind?

The best way to build RTL components is using RTL-first component patterns. The Skill offers guidelines and code examples for building Hebrew interfaces like navigation bars, cards, and forms with mirrored icons.

How do I handle Hebrew typography customization in Tailwind CSS?

Hebrew typography customization in Tailwind CSS is handled through specific configuration settings provided by the Skill. This improves text flow and layout specifically for Hebrew web projects.