From d83f58d29b9448c393e59edb61f58dcf1a6d69f6 Mon Sep 17 00:00:00 2001 From: Pascal Barth Date: Wed, 8 Nov 2023 17:18:18 +0100 Subject: [PATCH] format --- src/scss/tippy-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/tippy-theme.scss b/src/scss/tippy-theme.scss index 13f459fbd3..7b47be0bc5 100644 --- a/src/scss/tippy-theme.scss +++ b/src/scss/tippy-theme.scss @@ -4,7 +4,7 @@ @import 'tippy.js/themes/light-border.css'; @mixin createTippyTheme($themeName, $themeBackgroundColor, $themeTextColor) { - .tippy-box[data-theme~=#{$themeName}] { + .tippy-box[data-theme~='#{$themeName}'] { background-color: $themeBackgroundColor; color: $themeTextColor; &[data-placement^='top'] > .tippy-arrow::before {