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
I am thinking it would be nice to disconnect $spacing and $line-height completely. It makes sense for those cases where you are working with unitless values for line-height.
$spacing is defined as:
$spacing: $line-height;
If we try to overwrite $spacing in the settings, it will revert to whatever $line-height is. Should we add a
!default
to this one?The text was updated successfully, but these errors were encountered: