hebrew-tailwind-preset

Configure Tailwind CSS with Hebrew RTL dir variants, font stacks, and logical utilities.

21|10|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/skills-il/localization --skill hebrew-tailwind-preset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hebrew-tailwind-preset
Source: https://github.com/skills-il/localization/tree/main/hebrew-tailwind-preset
Command: npx skills add https://github.com/skills-il/localization --skill hebrew-tailwind-preset

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configures Tailwind CSS for Hebrew RTL projects, unifying fonts, dir variants, and spacing utilities to avoid common RTL pitfalls.

Core Features & Use Cases

  • RTL-focused Tailwind setup: dir variants, Hebrew font stacks, and typography tokens for Hebrew UIs.
  • Logical property utilities guidance: how to replace ml/mr with ms/me and pl/pr with ps/pe for RTL robustness.
  • Use Case: Frontend teams building Hebrew interfaces in React, Vue, Next.js, or Nuxt can adopt this preset for consistent RTL styling.

Quick Start

Install Tailwind v4 for Hebrew RTL projects and apply the dir-variant setup, Hebrew font stacks, and logical utilities as described in the guide.

Frequently Asked Questions about hebrew-tailwind-preset

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

FAQPage Schema
How do I configure Tailwind CSS for Hebrew RTL projects?

Tailwind CSS for Hebrew RTL projects is configured by applying dir variants, Hebrew typography tokens, and logical property utilities. This unified setup ensures consistent right-to-left styling across React, Vue, Next.js, and Nuxt interfaces.

What are logical property utilities in Tailwind and why use them for RTL?

Logical property utilities like ms- and me- replace ml- and mr- to map spacing to the start and end edges of content flow. Using them for RTL ensures spacing automatically adapts to the directionality of the Hebrew interface.

Does this Hebrew Tailwind preset work with Next.js and Nuxt apps?

Yes, the Hebrew Tailwind preset works with Next.js and Nuxt apps, as well as React and Vue. It provides framework-agnostic configuration guidance for dir variants and typography tokens applicable across these frontend environments.

Why do my Tailwind margins break in right-to-left Hebrew interfaces?

Margins break in right-to-left Hebrew interfaces when using physical properties like ml- and mr-. Replacing them with logical property utilities like ms- and me- ensures margins correctly adapt to the RTL flow direction.

How do I add Hebrew font stacks to my Tailwind configuration?

Add Hebrew font stacks to Tailwind by defining Hebrew typography tokens within your preset configuration. This ensures the frontend UI utilizes appropriate font families designed for rendering Hebrew characters clearly and consistently.