]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: updates `.text-*-left` changes
authorCatalin Zalog <c@zalog.ro>
Wed, 11 Jan 2023 09:32:01 +0000 (11:32 +0200)
committerMark Otto <otto@github.com>
Wed, 11 Jan 2023 17:58:30 +0000 (09:58 -0800)
site/content/docs/5.3/migration.md

index 870474346b59838abc0ec0795bca44156e930409..f1d6a620124e459b8839ec40f430502b240ea95c 100644 (file)
@@ -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.