blob: e57aa9a1b943bb99f3ada008eaff897a2af20cb6 (
plain) (
tree)
|
|
---
---
/*
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 */
|