diff options
author | panda-z <panda.hust@gmail.com> | 2020-04-13 21:18:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 21:18:35 +0800 |
commit | 5657112dfb0e6eac2faa2ae1dc0978ed29030709 (patch) | |
tree | f22279cb587444b0649f95da647b60daf1f370e9 /assets/sass/_custom | |
parent | d39d3e443953caea05510b19fdd7a259c71a0ab3 (diff) |
chore(build): drop webpack and use Hugo Pipes (#130)
Diffstat (limited to 'assets/sass/_custom')
-rw-r--r-- | assets/sass/_custom/_custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 |