summaryrefslogtreecommitdiffstats
path: root/assets/scss/_custom_var.scss
diff options
context:
space:
mode:
authorSkia2020-09-27 16:37:35 +0200
committerSkia2020-09-28 19:56:01 +0200
commite63f48a348f9de18cb3b75254f329fe2d2f66121 (patch)
tree2ab7d8b1fea322a4a53b277c983908527398f112 /assets/scss/_custom_var.scss
parent92909aa4796fa83661652ec5e66655f394845ee9 (diff)
downloadhugo-theme-fuji-e63f48a348f9de18cb3b75254f329fe2d2f66121.tar.gz
hugo-theme-fuji-e63f48a348f9de18cb3b75254f329fe2d2f66121.tar.bz2
hugo-theme-fuji-e63f48a348f9de18cb3b75254f329fe2d2f66121.zip
fuji.scss: let the user override both the variables and the CSS rules
Diffstat (limited to 'assets/scss/_custom_var.scss')
-rw-r--r--assets/scss/_custom_var.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/scss/_custom_var.scss b/assets/scss/_custom_var.scss
new file mode 100644
index 0000000..c2765c4
--- /dev/null
+++ b/assets/scss/_custom_var.scss
@@ -0,0 +1,2 @@
+// Override variables with that file
+@import '_custom'; // Keep that for back-compatibility. This shouldn't be used anymore.