2021-01-23 08:20:58 +03:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2021-07-17 06:48:47 +03: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-06 21:00:47 +03:00
|
|
|
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
|
2021-07-17 06:48:47 +03:00
|
|
|
/* append your custom style below */
|