mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
8 lines
144 B
SCSS
8 lines
144 B
SCSS
---
|
|
---
|
|
|
|
// see: /_sass/addon/commons.scss
|
|
$tab-count: {{ site.tabs | size | plus: 1 }}; // plus 1 for home tab
|
|
|
|
@import "jekyll-theme-chirpy";
|