Closed mhulse closed 11 years ago
I played around with this idea ... In the end, it did not seem to help, as even a "relative to baseline" font-size
calculation wasn't a perfect fit when going up/down in size (for either font-size
or line-height
). I think most people will be cool with 100%
/16px
/24px
setup. If not, they can change via SCSS vars and then override font-size
/baseline values from another stylesheet.
Currently:
And:
... Which produces:
The problem:
If someone changes
$base_font-size
, well, it's probably more likely that thefont-size
of theaddress
should be relative to the base, and not16px
of the new base.In other words, should the
address
(for example) look like:So that any elements font size is relative, up or down in pixels, to the chosen base font size?
Will have to circle back around to this.