35c794cf58
- Modularized the Sass architecture to enhance code maintainability and reduce the output file size - Replaced deprecated `@import` with `@use` / `@forward`
10 lines
131 B
SCSS
10 lines
131 B
SCSS
---
|
|
---
|
|
|
|
@use 'main
|
|
{%- if jekyll.environment == 'production' -%}
|
|
.bundle
|
|
{%- endif -%}
|
|
';
|
|
|
|
/* append your custom style below */
|