1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-13 11:08:05 +00:00
jekyll-theme-chirpy/assets/css/jekyll-theme-chirpy.scss
Cotes Chung 5269d3ffb0
feat: upgrade sass architecture
- Modularized the Sass architecture to enhance code maintainability and reduce the output file size
- Replaced deprecated `@import` with `@use` / `@forward`
2024-11-24 04:54:09 +08:00

11 lines
131 B
SCSS

---
---
@use 'main
{%- if jekyll.environment == 'production' -%}
.bundle
{%- endif -%}
';
/* append your custom style below */