]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
v6: docs - Update utility class names in docs and examples (#42418)
authorChristian Oliff <christian_oliff@trimble.com>
Fri, 22 May 2026 19:28:09 +0000 (04:28 +0900)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 19:28:09 +0000 (12:28 -0700)
commit71a1c86725629a280661f0e7138ba40e75f9ea27
treea74405c803beb634178d7daac8350371c0671b33
parentd39a66146ed34f428581322f30a2d781b02436dd
v6: docs - Update utility class names in docs and examples (#42418)

Replace deprecated utility classes with the updated names across site docs and examples. Changes include switching text-* classes to fg-*, text-bg-* badge classes to theme-*, and replacing clearfix with d-flow-root. Affected files: cover and drawer-navbar examples, spinner example, reboot, accessibility, columns docs, and versions page to keep examples consistent with the new utility naming.

Add btn-icon class to navbar toggler

Add the btn-icon utility class to the navbar toggler button in the navbar-fixed example to apply icon button styling. This change updates site/src/assets/examples/navbar-fixed/index.astro and keeps the existing SVG toggler markup and collapse behavior unchanged.
17 files changed:
site/src/assets/examples/blog/index.astro
site/src/assets/examples/dashboard/index.astro
site/src/assets/examples/drawer-navbar/index.astro
site/src/assets/examples/headers/index.astro
site/src/assets/examples/navbar-fixed/index.astro
site/src/assets/examples/navbars-drawer/index.astro
site/src/assets/examples/pricing/index.astro
site/src/assets/examples/product/index.astro
site/src/components/home/MastHead.astro
site/src/content/docs/components/navbar.mdx
site/src/content/docs/components/spinner.mdx
site/src/content/docs/content/reboot.mdx
site/src/content/docs/getting-started/accessibility.mdx
site/src/content/docs/layout/columns.mdx
site/src/content/docs/utilities/object-fit.mdx
site/src/layouts/partials/ExamplesMain.astro
site/src/pages/docs/versions.astro