generated from pixx/chirpy-starter
All checks were successful
Build and Deploy / build (push) Successful in 10m39s
16 lines
192 B
SCSS
16 lines
192 B
SCSS
---
|
|
---
|
|
|
|
/* prettier-ignore */
|
|
@use 'main
|
|
{%- if jekyll.environment == 'production' -%}
|
|
.bundle
|
|
{%- endif -%}
|
|
';
|
|
|
|
/* append your custom style below */
|
|
|
|
#sidebar #avatar {
|
|
display: none;
|
|
}
|