diff options
| author | XhmikosR <[email protected]> | 2022-05-13 17:53:22 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-05-13 08:38:24 -0700 |
| commit | 6c10d607118dfc739d19f57da8cf8600f7be3010 (patch) | |
| tree | 5b30fc19db87930f52d9b883b29a8caa3ee758d6 | |
| parent | b167420bdf3c23ad9fb6c57818048c3c0e8da702 (diff) | |
| download | bootstrap-6c10d607118dfc739d19f57da8cf8600f7be3010.tar.xz bootstrap-6c10d607118dfc739d19f57da8cf8600f7be3010.zip | |
tooltip: ignore `$tooltip-margin` warning for core
| -rw-r--r-- | scss/_tooltip.scss | 2 |
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(); |
