mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 08:07:51 +00:00

- Modularized the Sass architecture to enhance code maintainability and reduce the output file size - Replaced deprecated `@import` with `@use` / `@forward`
5 lines
77 B
SCSS
5 lines
77 B
SCSS
@forward 'reset';
|
|
@forward 'base';
|
|
@forward 'typography';
|
|
@forward 'syntax';
|