diff options
-rw-r--r-- | assets/scss/fuji.scss | 5 |
1 files changed, 3 insertions, 2 deletions
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'; |