From 1f34f6827a8cc0bc80519d30c7b3750e20404054 Mon Sep 17 00:00:00 2001
From: Simon Pai <simonpai@users.noreply.github.com>
Date: Tue, 02 Nov 2021 17:34:28 +0000
Subject: [PATCH] Add comments for customSCSS file path in config.toml (#605)

---
 exampleSite/config.toml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index dc8eb44..9619c7f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -42,7 +42,7 @@
 enableTwemoji = false
 # Custom CSS
 customCSS = []
-# Custom SCSS
+# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
 customSCSS = []
 # Custom JS
 customJS = []

--
Gitblit v1.10.0