aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-05-13 17:53:22 +0300
committerMark Otto <[email protected]>2022-05-13 08:38:24 -0700
commit6c10d607118dfc739d19f57da8cf8600f7be3010 (patch)
tree5b30fc19db87930f52d9b883b29a8caa3ee758d6
parentb167420bdf3c23ad9fb6c57818048c3c0e8da702 (diff)
downloadbootstrap-6c10d607118dfc739d19f57da8cf8600f7be3010.tar.xz
bootstrap-6c10d607118dfc739d19f57da8cf8600f7be3010.zip
tooltip: ignore `$tooltip-margin` warning for core
-rw-r--r--scss/_tooltip.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss
index ecb4911ae..922ed85d7 100644
--- a/scss/_tooltip.scss
+++ b/scss/_tooltip.scss
@@ -21,7 +21,7 @@
display: block;
padding: var(--#{$prefix}tooltip-arrow-height);
margin: var(--#{$prefix}tooltip-margin);
- @include deprecate("`$tooltip-margin`", "v5", "v5.x", );
+ @include deprecate("`$tooltip-margin`", "v5", "v5.x", true);
// 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();