diff options
| author | Catalin Zalog <[email protected]> | 2023-01-11 11:32:01 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-01-11 09:58:30 -0800 |
| commit | 791c44cc6d556f05eb5acd0206c2aa6fe77e1a7d (patch) | |
| tree | 30ccf3324e95be5b4d50062275234fd4b381036b | |
| parent | 79e006b9346799b9f469f54161e7201e8e4657b9 (diff) | |
| download | bootstrap-791c44cc6d556f05eb5acd0206c2aa6fe77e1a7d.tar.xz bootstrap-791c44cc6d556f05eb5acd0206c2aa6fe77e1a7d.zip | |
docs: updates `.text-*-left` changes
| -rw-r--r-- | site/content/docs/5.3/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 870474346..f1d6a6201 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -576,7 +576,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co - Renamed `.rounded-left` and `.rounded-right` to `.rounded-start` and `.rounded-end`. - Renamed `.ml-*` and `.mr-*` to `.ms-*` and `.me-*`. - Renamed `.pl-*` and `.pr-*` to `.ps-*` and `.pe-*`. - - Renamed `.text-left` and `.text-right` to `.text-start` and `.text-end`. + - Renamed `.text-*-left` and `.text-*-right` to `.text-*-start` and `.text-*-end`. - <span class="badge bg-danger">Breaking</span> Disabled negative margins by default. |
