From 4bb6695c2e7d353ff098de173124405ba55a158d Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 13 Jan 2021 16:34:30 -0800 Subject: [PATCH] Move margin include into TOC --- themes/vanilla/assets/scss/style.scss | 1 - themes/vanilla/assets/scss/toc.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vanilla/assets/scss/style.scss b/themes/vanilla/assets/scss/style.scss index 5f8b0b1..7ffe9e7 100755 --- a/themes/vanilla/assets/scss/style.scss +++ b/themes/vanilla/assets/scss/style.scss @@ -1,6 +1,5 @@ @import "variables.scss"; @import "mixins.scss"; -@import "margin.scss"; @import "toc.scss"; body { diff --git a/themes/vanilla/assets/scss/toc.scss b/themes/vanilla/assets/scss/toc.scss index 091a609..654a13f 100644 --- a/themes/vanilla/assets/scss/toc.scss +++ b/themes/vanilla/assets/scss/toc.scss @@ -1,5 +1,6 @@ @import "variables.scss"; @import "mixins.scss"; +@import "margin.scss"; $toc-color: $code-color; $toc-border-color: $code-border-color;