From fd0630d9bc8f02d9fbfb76be88bc090c9f9f3168 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Sep 2025 22:32:26 -0700 Subject: [PATCH] note --- site/src/content/docs/migration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/content/docs/migration.mdx b/site/src/content/docs/migration.mdx index 5e2742e261..205dcb2c4d 100644 --- a/site/src/content/docs/migration.mdx +++ b/site/src/content/docs/migration.mdx @@ -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 `