You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The headlines are too big for my taste - but that's my taste only. It would be cool if I could specify the scale just like on http://type-scale.com/ using a variable and SASS would calculate the sizes according to that scale for me.
Would a pull request be welcome for that?
The text was updated successfully, but these errors were encountered:
The following should be enough to set the font-sizes. All other properties (line-height and margins) should probably be set in em (not rem) to be dependent on the size of the headline itself - this way the browser will take care of the calculations. type-scale.com is using em and setting the margins in rem could be considered a bug in furtive, I believe.
The headlines are too big for my taste - but that's my taste only. It would be cool if I could specify the scale just like on http://type-scale.com/ using a variable and SASS would calculate the sizes according to that scale for me.
Would a pull request be welcome for that?
The text was updated successfully, but these errors were encountered: