🔧 🚩 🚧 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,9 +18,9 @@
}
.toggle.toggle-arrow {
@include toggle-arrow(hexo-config('sidebar.position'));
@include toggle-arrow($sidebar_position);
}
.toggle.toggle-close {
@include toggle-close(hexo-config('sidebar.position'));
@include toggle-close($sidebar_position);
}