]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove incorrect mention of .left utilities from migration guide (#39054)
authorChristian Oliff <christianoliff@pm.me>
Tue, 22 Aug 2023 08:24:19 +0000 (17:24 +0900)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 08:24:19 +0000 (11:24 +0300)
There are no classes in Bootstrap 4.x beginning with `.left` or `.right`.

(You can do a `CTRL`+`F` on https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.css to check)

site/content/docs/5.3/migration.md

index aab038fd2b69027fe86a5ee9c895277ecb4dd79d..27dff45910b998e267b705bcbe184703deee0451 100644 (file)
@@ -666,7 +666,6 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co
 ### Utilities
 
 - <span class="badge bg-danger">Breaking</span> Renamed several utilities to use logical property names instead of directional names with the addition of RTL support:
-  - Renamed `.left-*` and `.right-*` to `.start-*` and `.end-*`.
   - Renamed `.float-left` and `.float-right` to `.float-start` and `.float-end`.
   - Renamed `.border-left` and `.border-right` to `.border-start` and `.border-end`.
   - Renamed `.rounded-left` and `.rounded-right` to `.rounded-start` and `.rounded-end`.