From 23fadf0928b036fb362833cba7996e2dc759cfc9 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Fri, 21 Nov 2025 14:27:29 -0800 Subject: [PATCH] Property and Value Mapping: Add `float` Add missing `float` property the the mapping table. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4d9f58..0e99c8d 100644 --- a/README.md +++ b/README.md @@ -224,10 +224,15 @@ Assuming _left to right_ directionality: | `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;` | +| Physical Value | Logical Value | +| -------------------- | -------------------- | +| `text-align: left;` | `text-align: start;` | +| `text-align: right;` | `text-align: end;` | + +| Physical Value | Logical Value | +| --------------- | ---------------------- | +| `float: left;` | `float: inline-start;` | +| `float: right;` | `float: inline-end;` | [cli-img]: https://img.shields.io/travis/csstools/stylelint-use-logical.svg [cli-url]: https://travis-ci.org/csstools/stylelint-use-logical