From 00fc2fff1f4fb5e12515e2e0c19b29f3b170087f Mon Sep 17 00:00:00 2001 From: spongycake Date: Wed, 2 Feb 2022 12:21:53 +0000 Subject: [PATCH] rehomed to settings --- src/scss/_type.scss | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/scss/_type.scss diff --git a/src/scss/_type.scss b/src/scss/_type.scss deleted file mode 100644 index fc4c3f6..0000000 --- a/src/scss/_type.scss +++ /dev/null @@ -1,20 +0,0 @@ -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - margin-bottom: $headings-margin-bottom; - font-family: $headings-font-family; - font-weight: $headings-font-weight; - line-height: $headings-line-height; - color: $headings-color; -} - -h1, .h1 { @include font-size($h1-font-size); } -h2, .h2 { @include font-size($h2-font-size); } -h3, .h3 { @include font-size($h3-font-size); } -h4, .h4 { @include font-size($h4-font-size); } -h5, .h5 { @include font-size($h5-font-size); } -h6, .h6 { @include font-size($h6-font-size); } - -.lead { - @include font-size($lead-font-size); - font-weight: $lead-font-weight; -}