From 6c10d607118dfc739d19f57da8cf8600f7be3010 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 13 May 2022 17:53:22 +0300 Subject: [PATCH] tooltip: ignore `$tooltip-margin` warning for core --- scss/_tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss index ecb4911aee..922ed85d79 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();