1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

feat(ui): redesign the sidebar

This commit is contained in:
Cotes Chung
2023-03-25 02:58:58 +08:00
parent 6d99f5cc36
commit 83bbe4ac93
10 changed files with 159 additions and 313 deletions

View File

@@ -1,12 +1,6 @@
---
---
/*
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 }}";
@import '{{ site.theme }}';
/* append your custom style below */