krata/assets/css/style.scss

13 lines
272 B
SCSS
Raw Normal View History

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