From 9294bdeb0c9fd2ee5343bb7052f045764975983e Mon Sep 17 00:00:00 2001 From: Skia Date: Fri, 25 Sep 2020 20:33:58 +0200 Subject: fuji.scss: let the user override the theme This allows a `[SITEROOT]/assets/scss/_custom.scss` file to override the theme without using `!important` everywhere.--- assets/scss/fuji.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'assets/scss') diff --git a/assets/scss/fuji.scss b/assets/scss/fuji.scss index fa29589..4d57aee 100644 --- a/assets/scss/fuji.scss +++ b/assets/scss/fuji.scss @@ -1,5 +1,3 @@ -@import '_custom'; - // var & global @import '_var'; @import '_global'; @@ -28,3 +26,6 @@ // lazy image placeholder @import '_image'; + +// let the user override the theme +@import '_custom'; -- cgit v1.2.3