Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_popover.scss')
-rw-r--r--scss/_popover.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_popover.scss b/scss/_popover.scss
index abe58d7b91..0fa7796afe 100644
--- a/scss/_popover.scss
+++ b/scss/_popover.scss
@@ -31,7 +31,7 @@
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
// So reset our font and text properties to avoid inheriting weird values.
@include reset-text();
- font-size: var(--#{$prefix}popover-font-size);
+ @include font-size(var(--#{$prefix}popover-font-size));
// Allow breaking very long words so they don't overflow the popover's bounds
word-wrap: break-word;
background-color: var(--#{$prefix}popover-bg);