From 23ac5963c9e96724ed3f65638a53e161b10f3943 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Fri, 26 Jun 2020 16:29:37 -0700 Subject: [PATCH] _sass: Remove tight-headers mixin --- _sass/custom/card.scss | 1 - _sass/custom/mixins.scss | 11 ----------- 2 files changed, 12 deletions(-) diff --git a/_sass/custom/card.scss b/_sass/custom/card.scss index 6434c76..8d67cb0 100644 --- a/_sass/custom/card.scss +++ b/_sass/custom/card.scss @@ -1,6 +1,5 @@ .card { @include abstract-card(); - @include tight-headers(); display: flex; flex-direction: column; min-width: 0; diff --git a/_sass/custom/mixins.scss b/_sass/custom/mixins.scss index 6bd5d3e..def2e17 100644 --- a/_sass/custom/mixins.scss +++ b/_sass/custom/mixins.scss @@ -10,14 +10,3 @@ margin-right: 0; } } - -@mixin tight-headers() { - h1, - h2, - h3, - h4, - h5, - h6 { - margin: $sp-2 0; - } -} -- GitLab