Skip to content

Commit

Permalink
Remove Bourbon modular-scale function
Browse files Browse the repository at this point in the history
This commit removes the Bourbon modular-scale function.

Bourbon was removed in
e2303a1.

Closes #337
  • Loading branch information
keiranking committed Oct 25, 2019
1 parent 029445e commit 9646664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ h4,
h5,
h6 {
font-family: var(--font-family--heading);
font-size: modular-scale(1);
font-size: 1.25rem;
line-height: var(--line-height--heading);
margin: 0 0 var(--spacing--small);
}
Expand Down

0 comments on commit 9646664

Please sign in to comment.