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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user