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; -} -