From 5657112dfb0e6eac2faa2ae1dc0978ed29030709 Mon Sep 17 00:00:00 2001 From: panda-z Date: Mon, 13 Apr 2020 21:18:35 +0800 Subject: chore(build): drop webpack and use Hugo Pipes (#130) --- assets/sass/_custom/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 assets/sass/_custom/_custom.scss (limited to 'assets/sass/_custom') diff --git a/assets/sass/_custom/_custom.scss b/assets/sass/_custom/_custom.scss new file mode 100644 index 0000000..f7cbb5a --- /dev/null +++ b/assets/sass/_custom/_custom.scss @@ -0,0 +1,4 @@ +// ============================== +// Custom style +// ============================== +// You can override the variables in _variables.scss to customize the style -- cgit v1.2.3