File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,6 +217,18 @@ Assuming _left to right_ directionality:
217217| ` min-height ` | ` min-block-size ` |
218218| ` max-height ` | ` max-block-size ` |
219219
220+ | Physical Property | Logical Property |
221+ | --------------------------- | --------------------------- |
222+ | ` border-top-left-radius ` | ` border-start-start-radius ` |
223+ | ` border-top-right-radius ` | ` border-start-end-radius ` |
224+ | ` border-bottom-left-radius ` | ` border-end-start-radius ` |
225+ | ` border-bottom-right-radius ` | ` border-end-end-radius ` |
226+
227+ | Physical Value | Logical Value |
228+ | -------------------- | --------------------- |
229+ | ` text-align: left; ` | ` text-align: start; ` |
230+ | ` text-align: right; ` | ` text-align: end; ` |
231+
220232[ cli-img ] : https://img.shields.io/travis/csstools/stylelint-use-logical.svg
221233[ cli-url ] : https://travis-ci.org/csstools/stylelint-use-logical
222234[ git-img ] : https://img.shields.io/badge/support-chat-blue.svg
You can’t perform that action at this time.
0 commit comments