Skip to content

Commit

Permalink
Remove incorrect mention of .left utilities from migration guide (twb…
Browse files Browse the repository at this point in the history
…s#39054)

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)
  • Loading branch information
coliff authored and romankupchak93 committed Jan 5, 2024
1 parent ed761b1 commit 094fefe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/content/docs/5.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 094fefe

Please sign in to comment.