From 9646664da4b9bee1725f90d3e2916699bf5673ac Mon Sep 17 00:00:00 2001 From: Keiran King Date: Fri, 25 Oct 2019 16:34:52 -0400 Subject: [PATCH] Remove Bourbon modular-scale function This commit removes the Bourbon modular-scale function. Bourbon was removed in https://github.com/thoughtbot/bitters/commit/e2303a11219d5eeb2db8351eb1baa1061efc17c7. Closes https://github.com/thoughtbot/bitters/issues/337 --- core/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/_typography.scss b/core/_typography.scss index 97227a50..bce8ea11 100644 --- a/core/_typography.scss +++ b/core/_typography.scss @@ -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); }