Closed mattraykowski closed 10 months ago
Converted (nearly) all use of px to rem in our SaSS files so that relative sizing works. Base size can be updated by bumping $base-size from, say 16px to 24px.
px
rem
$base-size
16px
24px
Converted (nearly) all use of
px
torem
in our SaSS files so that relative sizing works. Base size can be updated by bumping$base-size
from, say16px
to24px
.