diff options
| author | Christian Oliff <[email protected]> | 2023-08-22 17:24:19 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-22 11:24:19 +0300 |
| commit | 6091dbadd7188abe0d79647572792cc0093f77a0 (patch) | |
| tree | 6b079bd836d3c520856d5361c61e36750129093f | |
| parent | 18a400a32907836d31a9319c598a78e1df55dda9 (diff) | |
| download | bootstrap-6091dbadd7188abe0d79647572792cc0093f77a0.tar.xz bootstrap-6091dbadd7188abe0d79647572792cc0093f77a0.zip | |
Remove incorrect mention of .left utilities from migration guide (#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/[email protected]/dist/css/bootstrap.css to check)
| -rw-r--r-- | site/content/docs/5.3/migration.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index aab038fd2..27dff4591 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -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`. |
