Skip to content

Commit

Permalink
fix(utilities): ensure .lh-lg is bigger than .lh-base
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Apr 8, 2020
1 parent 02d01d6 commit bf85bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ $utilities: map-merge(
1: 1,
sm: $line-height-sm,
base: $line-height-base,
lg: $line-height-lg,
lg: $table-cell-line-height,
)
),
"background-color": (
Expand Down

0 comments on commit bf85bd6

Please sign in to comment.