Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pakb committed Nov 8, 2023
1 parent 7a291ef commit d83f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/tippy-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d83f58d

Please sign in to comment.