Add a hook for custom variables (fix #355)

This commit is contained in:
Cotes Chung
2021-07-04 21:01:11 +08:00
parent 5f1e6e9350
commit c98a41317f
5 changed files with 38 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
/*
Appending custom SCSS variables will override the default ones in `_sass/addon/variables.scsss`
*/
$tab-count: {{ site.tabs | size | plus: 1 }}; // plus 1 for home tab