🔧 🚩 🚧 Finished the scaffolding variable replace content.

This commit is contained in:
凡梦星尘
2022-05-21 20:48:41 +08:00
parent 3165c7b566
commit ea3acab865
12 changed files with 57 additions and 43 deletions

View File

@@ -18,7 +18,7 @@ body {
position: relative;
transition: padding $transition-ease;
@if hexo-config('body_scrollbar.overlay') {
@if $body_scrollbar_overlay {
overflow-x: hidden;
@supports (overflow-x: clip) {
overflow-x: clip;
@@ -26,7 +26,7 @@ body {
width: 100vw;
}
@if hexo-config('body_scrollbar.stable') {
@if $body_scrollbar_stable {
overflow-y: scroll;
}
}