refactor(scss): replace #{$var} with $var

This change stops forward compatibility with `jekyll-sass-converter-2.x`
This commit is contained in:
Cotes Chung
2023-09-22 03:27:20 +08:00
parent ca39e15a78
commit 8417927264
2 changed files with 12 additions and 13 deletions

View File

@@ -6,6 +6,8 @@
$sidebar-width: 260px !default; /* the basic width */
$sidebar-width-large: 300px !default; /* screen width: >= 1650px */
$sb-btn-gap: 0.8rem !default;
$sb-btn-gap-lg: 1rem !default;
/* other framework sizes */