aboutsummaryrefslogtreecommitdiff
path: root/scss/_tooltip.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2021-09-08 11:01:35 -0700
committerMark Otto <[email protected]>2022-03-08 14:53:53 -0800
commita68e1af2d5f4f8d5c10d1c1005cc6734adfcced6 (patch)
tree43da8c21399b3b1714cc5da67c9768da87d2400f /scss/_tooltip.scss
parentfdcbbe3d92925305031ff76988d8276afb6a3277 (diff)
downloadbootstrap-a68e1af2d5f4f8d5c10d1c1005cc6734adfcced6.tar.xz
bootstrap-a68e1af2d5f4f8d5c10d1c1005cc6734adfcced6.zip
Document new CSS vars in tooltip docs
Diffstat (limited to 'scss/_tooltip.scss')
-rw-r--r--scss/_tooltip.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss
index 80903f8a1..fb4e9d1c3 100644
--- a/scss/_tooltip.scss
+++ b/scss/_tooltip.scss
@@ -13,6 +13,7 @@
--#{$variable-prefix}tooltip-opacity: #{$tooltip-opacity};
--#{$variable-prefix}tooltip-arrow-width: #{$tooltip-arrow-width};
--#{$variable-prefix}tooltip-arrow-height: #{$tooltip-arrow-height};
+ // scss-docs-end tooltip-css-vars
$tooltip-arrow-color: null;