Skip to content

Commit fdd3f45

Browse files
committed
2 parents a48b8c6 + 95a9d47 commit fdd3f45

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)