I'm feeling a bit confused as I've come across conflicting information regarding font sizes. Some sources suggest changing the font size from the HTML element like this:
html { font-size: 14px }
Then Bootstrap 4 rem values will adjust the text accordingly.
However, I noticed that if I leave the html element's font size at its default and only change the bootstrap variables to alter the font size, is that incorrect?
For instance:
html { font-size: 16px }
// Changing bootstrap variable to
$font-size-base: 0.875rem //instead of 1rem