2021-01-23 13:20:58 +08:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2021-07-17 11:48:47 +08:00
|
|
|
/*
|
|
|
|
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: 1 }}; // plus 1 for home tab
|
2021-07-07 02:00:47 +08:00
|
|
|
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
|
2021-07-17 11:48:47 +08:00
|
|
|
/* append your custom style below */
|