Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Mar 3, 2024
2 parents a48b8c6 + 95a9d47 commit fdd3f45
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,18 @@ Assuming _left to right_ directionality:
| `min-height` | `min-block-size` |
| `max-height` | `max-block-size` |

| Physical Property | Logical Property |
| --------------------------- | --------------------------- |
| `border-top-left-radius` | `border-start-start-radius` |
| `border-top-right-radius` | `border-start-end-radius` |
| `border-bottom-left-radius` | `border-end-start-radius` |
| `border-bottom-right-radius`| `border-end-end-radius` |

| Physical Value | Logical Value |
| -------------------- | --------------------- |
| `text-align: left;` | `text-align: start;` |
| `text-align: right;` | `text-align: end;` |

[cli-img]: https://img.shields.io/travis/csstools/stylelint-use-logical.svg
[cli-url]: https://travis-ci.org/csstools/stylelint-use-logical
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
Expand Down

0 comments on commit fdd3f45

Please sign in to comment.