mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-16 20:07:49 +00:00
perf: modular sass architecture (#2052)
- Modularized the Sass architecture to enhance code maintainability and reduce the output file size - Replaced deprecated `@import` with `@use` / `@forward`
This commit is contained in:
7
_sass/pages/_index.scss
Normal file
7
_sass/pages/_index.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@forward 'search';
|
||||
@forward 'home';
|
||||
@forward 'post';
|
||||
@forward 'categories';
|
||||
@forward 'tags';
|
||||
@forward 'archives';
|
||||
@forward 'category-tag';
|
||||
Reference in New Issue
Block a user