From 477394b7445340b5a5ff1fbfc422fc2044f366f8 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:45:20 +0800 Subject: [PATCH] style: interpolate sass variable in CSS custom property --- _sass/pages/_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/pages/_post.scss b/_sass/pages/_post.scss index 2cd3eee33..5ba78d977 100644 --- a/_sass/pages/_post.scss +++ b/_sass/pages/_post.scss @@ -127,7 +127,7 @@ header { .share-mastodon { /* See: https://github.com/justinribeiro/share-to-mastodon#properties */ - --wc-stm-font-family: v.$font-family-base; + --wc-stm-font-family: #{v.$font-family-base}; --wc-stm-dialog-background-color: var(--card-bg); --wc-stm-form-button-border: 1px solid var(--btn-border-color); --wc-stm-form-submit-background-color: var(--sidebar-btn-bg);