$line-height-sm/-lg is confusing
Created by: ahmetb
These two variables $line-height-sm
and $line-height-lg
give the impression that they're used for body { line-height: ... }
, however they're only used in scss/_buttons.scss and scss/_pagination.scss. It seems like $line-height-base
is the correct one to edit.
Please consider renaming those to distinguish.