Skip to content

Commit 477394b

Browse files
committed
style: interpolate sass variable in CSS custom property
1 parent 96da25a commit 477394b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sass/pages/_post.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ header {
127127

128128
.share-mastodon {
129129
/* See: https://github.com/justinribeiro/share-to-mastodon#properties */
130-
--wc-stm-font-family: v.$font-family-base;
130+
--wc-stm-font-family: #{v.$font-family-base};
131131
--wc-stm-dialog-background-color: var(--card-bg);
132132
--wc-stm-form-button-border: 1px solid var(--btn-border-color);
133133
--wc-stm-form-submit-background-color: var(--sidebar-btn-bg);

0 commit comments

Comments
 (0)