]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix `.order` values in the migration guide (#41030)
authorJulien Déramond <juderamond@gmail.com>
Wed, 13 Nov 2024 16:29:02 +0000 (17:29 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 16:29:02 +0000 (17:29 +0100)
site/content/docs/5.3/migration.md

index 9fbe4a377f51752516beb1d494c577c5421f7a8f..781867f4e50d3a436ad45bfbfad25b25d005a714 100644 (file)
@@ -445,7 +445,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co
 
 - Columns no longer have `position: relative` applied, so you may have to add `.position-relative` to some elements to restore that behavior.
 
-- <span class="badge text-bg-danger">Breaking</span> Dropped several `.order-*` classes that often went unused. We now only provide `.order-1` to `.order-5` out of the box.
+- <span class="badge text-bg-danger">Breaking</span> Dropped several `.order-*` classes that often went unused. We now only provide `.order-0` to `.order-5` out of the box.
 
 - <span class="badge text-bg-danger">Breaking</span> Dropped the `.media` component as it can be easily replicated with utilities. [See #28265](https://github.com/twbs/bootstrap/pull/28265) and the [flex utilities page for an example]({{< docsref "/utilities/flex#media-object" >}}).