From bbb4cf45f2f14add8d359d90e663629a138e7d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 19 Nov 2018 22:07:25 -0500 Subject: [PATCH] Remove already the abominable hack from yesterday --- agaric/sass/agaric.scss | 1 - agaric/sass/agaric/_component.section.scss | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 agaric/sass/agaric/_component.section.scss diff --git a/agaric/sass/agaric.scss b/agaric/sass/agaric.scss index 2627af3..9eb2abb 100644 --- a/agaric/sass/agaric.scss +++ b/agaric/sass/agaric.scss @@ -68,4 +68,3 @@ @import "agaric/component.iconlist"; @import "agaric/component.related"; @import "agaric/component.footer"; -@import "agaric/component.section"; diff --git a/agaric/sass/agaric/_component.section.scss b/agaric/sass/agaric/_component.section.scss deleted file mode 100644 index 56d0e83..0000000 --- a/agaric/sass/agaric/_component.section.scss +++ /dev/null @@ -1,9 +0,0 @@ -// See ../../../node_modules/bulma/sass/layout/section.sass -// When we break out of the flow, we need to undo the vertical spacing sections -// have added with their padding. TODO find a fix that works if we're not the -// top paragraph breaking out of a flow that doesn't have anything in it yet. - -.section-restitch { - margin-top: -6em; -} -