hebrew-rtl-best-practices

Installation
SKILL.md

Hebrew RTL Best Practices

Instructions

Step 1: Set Up Document Direction

Always start with the HTML attribute (not just CSS):

<html lang="he" dir="rtl">

This tells browsers, screen readers, and CSS to use RTL as the base direction.

Step 2: Use CSS Logical Properties

NEVER use physical directional properties for layout:

Physical (avoid) Logical (use)
margin-left margin-inline-start
Related skills

More from skills-il/localization

Installs
87
GitHub Stars
10
First Seen
Mar 18, 2026