1 2 3 4 5 6 7 8 9 10 11 12
--- --- /* If the number of TAB files has changed, the following variable is required. And it must be defined before `@import`. */ $tab-count: {{ site.tabs | size | plus: 2 }}; // plus 1 for home tab @import "{{ site.theme }}"; /* append your custom style below */