35c794cf58
- Modularized the Sass architecture to enhance code maintainability and reduce the output file size - Replaced deprecated `@import` with `@use` / `@forward`
7 lines
139 B
SCSS
7 lines
139 B
SCSS
@forward 'search';
|
|
@forward 'home';
|
|
@forward 'post';
|
|
@forward 'categories';
|
|
@forward 'tags';
|
|
@forward 'archives';
|
|
@forward 'category-tag';
|