Add a hook for custom variables (fix #355)
This commit is contained in:
5
assets/css/variables-hook.scss
Normal file
5
assets/css/variables-hook.scss
Normal 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
|
||||
Reference in New Issue
Block a user