Add line-height ratios map
ArmorDarks opened this issue · 0 comments
ArmorDarks commented
This is another one, in which I'm not sure yet.
Instead of
$ekzo-line-height: ekzo-font-size(base) * 1.5 !default;
we can allow to do
$ekzo-line-height: (
base: ekzo-font-size(base) * 1.5,
blog: ekzo-font-size(text, blog) * 1.5,
) !default;