$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?
$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
!defaultto this one?