summaryrefslogtreecommitdiffstats
path: root/assets/scss/fuji.scss
diff options
context:
space:
mode:
authorDSRKafuU2020-09-29 22:25:09 +0800
committerGitHub2020-09-29 22:25:09 +0800
commit88f265ce15e063c52da2c0f213e4205f291e1963 (patch)
tree2ab7d8b1fea322a4a53b277c983908527398f112 /assets/scss/fuji.scss
parent92909aa4796fa83661652ec5e66655f394845ee9 (diff)
parente63f48a348f9de18cb3b75254f329fe2d2f66121 (diff)
downloadhugo-theme-fuji-88f265ce15e063c52da2c0f213e4205f291e1963.tar.gz
hugo-theme-fuji-88f265ce15e063c52da2c0f213e4205f291e1963.tar.bz2
hugo-theme-fuji-88f265ce15e063c52da2c0f213e4205f291e1963.zip
merge: pull request #44 from Hyask/master
fuji.scss: let the user override both the variables and the CSS rules
Diffstat (limited to 'assets/scss/fuji.scss')
-rw-r--r--assets/scss/fuji.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/scss/fuji.scss b/assets/scss/fuji.scss
index 4d57aee..d88259b 100644
--- a/assets/scss/fuji.scss
+++ b/assets/scss/fuji.scss
@@ -1,5 +1,6 @@
// var & global
@import '_var';
+@import '_custom_var';
@import '_global';
// primer
@@ -28,4 +29,4 @@
@import '_image';
// let the user override the theme
-@import '_custom';
+@import '_custom_rules';