·rtl-css

適用於希伯來語和阿拉伯語的 RTL(從右到左)CSS。在構建需要 RTL 支持的 UI、修復 RTL 佈局問題或審核 CSS 的 RTL 合規性時使用。

4安裝·0熱度·@dvorkinguy

安裝

$npx skills add https://github.com/dvorkinguy/claude-skills-agents --skill rtl-css

SKILL.md

The Golden Rule NEVER use physical properties. ALWAYS use logical properties.

| padding-left | padding-inline-start | ps- | | padding-right | padding-inline-end | pe- | | margin-left | margin-inline-start | ms- | | margin-right | margin-inline-end | me- | | left | inset-inline-start | start- | | right | inset-inline-end | end- | | text-align: left | text-align: start | text-start | | text-align: right | text-align: end | text-end |

| border-left | border-inline-start | border-s- | | border-right | border-inline-end | border-e- |

適用於希伯來語和阿拉伯語的 RTL(從右到左)CSS。在構建需要 RTL 支持的 UI、修復 RTL 佈局問題或審核 CSS 的 RTL 合規性時使用。 來源:dvorkinguy/claude-skills-agents。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/dvorkinguy/claude-skills-agents --skill rtl-css
分類
*創意媒體
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 rtl-css?

適用於希伯來語和阿拉伯語的 RTL(從右到左)CSS。在構建需要 RTL 支持的 UI、修復 RTL 佈局問題或審核 CSS 的 RTL 合規性時使用。 來源:dvorkinguy/claude-skills-agents。

如何安裝 rtl-css?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dvorkinguy/claude-skills-agents --skill rtl-css 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/dvorkinguy/claude-skills-agents