mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-06-21 23:38:39 +00:00
7496dd41fa
- Migrate theme persistence from `sessionStorage` to `localStorage` - Rename theme HTML attribute to `data-bs-theme` for Bootstrap compatibility - Trim and compile CSS according to the chosen theme mode
16 lines
225 B
SCSS
16 lines
225 B
SCSS
---
|
|
---
|
|
|
|
@use 'abstracts/variables' with (
|
|
$theme: '{{ site.theme_mode }}'
|
|
);
|
|
|
|
/* prettier-ignore */
|
|
@use 'main
|
|
{%- if jekyll.environment == 'production' -%}
|
|
.bundle
|
|
{%- endif -%}
|
|
';
|
|
|
|
/* append your custom style below */
|