diff options
| author | Mark Otto <[email protected]> | 2021-09-08 11:01:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-03-08 14:53:53 -0800 |
| commit | a68e1af2d5f4f8d5c10d1c1005cc6734adfcced6 (patch) | |
| tree | 43da8c21399b3b1714cc5da67c9768da87d2400f /scss/_tooltip.scss | |
| parent | fdcbbe3d92925305031ff76988d8276afb6a3277 (diff) | |
| download | bootstrap-a68e1af2d5f4f8d5c10d1c1005cc6734adfcced6.tar.xz bootstrap-a68e1af2d5f4f8d5c10d1c1005cc6734adfcced6.zip | |
Document new CSS vars in tooltip docs
Diffstat (limited to 'scss/_tooltip.scss')
| -rw-r--r-- | scss/_tooltip.scss | 1 |
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; |
