]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
v6: Restore 16px base font-size (#42119)
authorMark Otto <markd.otto@gmail.com>
Thu, 5 Mar 2026 20:20:02 +0000 (12:20 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 20:20:02 +0000 (12:20 -0800)
commitc8846b02a2ff869f9c60d0bfa6abf786884cd3cf
treedc0523cb79d2de9fbac6b354a38aa8d3b6cff3ed
parent7ac664465a575c19afc6cbe5d0c9b53295d08c90
v6: Restore 16px base font-size (#42119)

* Restore 16px base font-size

* More

* Update docs CSS to account for font-size change

* Redo several components and tokens for font-size change

- Checks, radios, switches get new sizing to better match 16px base font-size. These are now way more consistent with one another.
- Updates other components to use new sizing as appropriate.
- Pagination now sized to match inputs/buttons.
- Clean up some other font tokens

* Fix

* fix code example
25 files changed:
scss/_card.scss
scss/_chip.scss
scss/_dropdown.scss
scss/_pagination.scss
scss/_popover.scss
scss/_root.scss
scss/_utilities.scss
scss/_variables.scss
scss/content/_reboot.scss
scss/forms/_check.scss
scss/forms/_radio.scss
scss/forms/_switch.scss
scss/mixins/_reset-text.scss
site/src/components/shortcodes/Code.astro
site/src/content/docs/components/pagination.mdx
site/src/content/docs/content/reboot.mdx
site/src/content/docs/content/typography.mdx
site/src/content/docs/customize/css-variables.mdx
site/src/content/docs/forms/checkbox.mdx
site/src/content/docs/forms/switch.mdx
site/src/content/docs/utilities/shadows.mdx
site/src/scss/_component-examples.scss
site/src/scss/_sidebar.scss
site/src/scss/_syntax.scss
site/src/scss/_toc.scss