mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-03-22 02:48:15 +00:00
style: interpolate sass variable in CSS custom property
This commit is contained in:
@@ -127,7 +127,7 @@ header {
|
|||||||
|
|
||||||
.share-mastodon {
|
.share-mastodon {
|
||||||
/* See: https://github.com/justinribeiro/share-to-mastodon#properties */
|
/* 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-dialog-background-color: var(--card-bg);
|
||||||
--wc-stm-form-button-border: 1px solid var(--btn-border-color);
|
--wc-stm-form-button-border: 1px solid var(--btn-border-color);
|
||||||
--wc-stm-form-submit-background-color: var(--sidebar-btn-bg);
|
--wc-stm-form-submit-background-color: var(--sidebar-btn-bg);
|
||||||
|
|||||||
Reference in New Issue
Block a user