mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-05-07 17:28:39 +00:00
35c794cf58
- Modularized the Sass architecture to enhance code maintainability and reduce the output file size - Replaced deprecated `@import` with `@use` / `@forward`
3 lines
39 B
SCSS
3 lines
39 B
SCSS
@use 'vendors/bootstrap';
|
|
@use 'main';
|