Is there a reason in particular on why Bootstrap 6 is going to a different $font-size-base in scss/_variables.scss than the browser's default one which is 1rem on all the browsers and operating systems I can think of.
I noticed this while looking at the v6 docs, the examples feel off on pretty much every component I've checked (badges, cards, inputs, buttons), they all look so small.
Tailwind, BS5, and BS4 all default to 1rem (16px basically).
Is BS6 going to default to 1rem moving forward or was this a temporary change that was left to 14px?
Personally I believe, at least for the sake of accessibility, that the default $font-size-base should be set to 1rem. I know this is configurable, but the defaults matter too.
Originally posted by @pricop in #41740
Is there a reason in particular on why Bootstrap 6 is going to a different
$font-size-baseinscss/_variables.scssthan the browser's default one which is1remon all the browsers and operating systems I can think of.I noticed this while looking at the v6 docs, the examples feel off on pretty much every component I've checked (badges, cards, inputs, buttons), they all look so small.
Tailwind, BS5, and BS4 all default to
1rem(16px basically).Is BS6 going to default to
1remmoving forward or was this a temporary change that was left to14px?Personally I believe, at least for the sake of accessibility, that the default
$font-size-baseshould be set to1rem. I know this is configurable, but the defaults matter too.Originally posted by @pricop in #41740