Tag

Logical Properties

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 18, 2025 · Frontend Development

Comprehensive Guide to RTL Support in CSS and Frontend Development

This article explains the challenges of Right‑To‑Left (RTL) layout adaptation, compares three implementation strategies—including CSS logical properties, transform scaling, and manual RTL code—and demonstrates how tools like rtlcss, Tailwind, and Ant Design can automate or simplify RTL support for modern web projects.

Ant DesignFrontendLogical Properties
0 likes · 20 min read
Comprehensive Guide to RTL Support in CSS and Frontend Development
360 Tech Engineering
360 Tech Engineering
Feb 22, 2019 · Frontend Development

Understanding CSS Logical Properties and Logical Values

This article explains what CSS logical properties and logical values are, why they are important for handling different writing modes, shows practical code examples, lists the properties that gained logical values, introduces the six groups of logical properties, and describes how browsers compute them based on writing‑mode, direction and text‑orientation.

Logical PropertiesWriting Modescss
0 likes · 7 min read
Understanding CSS Logical Properties and Logical Values