ЗП
Size: a a a
ЗП
VY
m
const step = (target, breakName = 'default') =>
(breakpoint = getBreakByName(breakName)) =>
(
fontSizeInPx = curriedModularScale(breakpoint)) =>
(toRem = curriedToRem(breakpoint)) =>
(calcFontSize =
toRem(fontSizeInPx)
)) => calcFontSize(target);
m
с
m
m
m
m
S
S
S
S
ℝ
const step = (target, breakName = 'default') =>
(breakpoint = getBreakByName(breakName)) =>
(
fontSizeInPx = curriedModularScale(breakpoint)) =>
(toRem = curriedToRem(breakpoint)) =>
(calcFontSize =
toRem(fontSizeInPx)
)) => calcFontSize(target);
at
const step = (target, breakName = 'default') =>
(breakpoint = getBreakByName(breakName)) =>
(
fontSizeInPx = curriedModularScale(breakpoint)) =>
(toRem = curriedToRem(breakpoint)) =>
(calcFontSize =
toRem(fontSizeInPx)
)) => calcFontSize(target);
S
S
S
S