1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-27 00:53:11 +00:00

feat: upgrade sass architecture

- 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:
Cotes Chung
2024-11-21 02:21:34 +08:00
parent c69914effc
commit 5269d3ffb0
45 changed files with 2523 additions and 2502 deletions

View File

@@ -92,7 +92,8 @@ init_files() {
npm i && npm run build
# track the CSS/JS output
_sedi "/.*\/dist$/d" .gitignore
_sedi "/^_sass\/vendors/d" .gitignore
_sedi "/^assets\/js\/dist/d" .gitignore
}
commit() {