]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
note
authorMark Otto <markdotto@gmail.com>
Wed, 24 Sep 2025 05:32:26 +0000 (22:32 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 24 Sep 2025 06:20:58 +0000 (23:20 -0700)
site/src/content/docs/migration.mdx

index 5e2742e261e1489da89ab5f7fc15251a29caea13..205dcb2c4d189bd129a07266adad26ed38e8e73a 100644 (file)
@@ -92,7 +92,7 @@ Bootstrap 6 is a major release with many breaking changes to modernize our codeb
   - Removed several now unused Sass variables.
   - Checkboxes now have a wrapping element and an SVG in the DOM for checked and indeterminate states. Radios and switches do not.
   - Revamped layout for checks, radios, and switches with labels (and descriptions). We now have custom elements for layout that include basic flexbox styling.
-  - @mdo-do: Decide on fate of `.form-check-reverse`.
+  - @mdo-do: Decide on fate of `.form-check-reverse` and `.btn-check`
 - **Consolidate `.form-select` into `.form-control`.**
   - Removed `.form-select`—use `.form-control` on `<select>` elements now. Too much abstraction and duplication at the same time.
   - Adds new CSS variables on `.form-control` for easier customization without Sass compilation.