2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Possible RFS solution for now

This commit is contained in:
Mark Otto
2021-11-02 11:56:55 -07:00
parent a08b7ee155
commit b0d0012fa5
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
// stylelint-disable custom-property-empty-line-before
// Base class
.tooltip {
// scss-docs-start tooltip-css-vars
@@ -5,7 +7,7 @@
--#{$variable-prefix}tooltip-max-width: #{$tooltip-max-width};
--#{$variable-prefix}tooltip-padding: #{$tooltip-padding-y} #{$tooltip-padding-x};
--#{$variable-prefix}tooltip-margin: #{$tooltip-margin};
--#{$variable-prefix}tooltip-font-size: #{$tooltip-font-size};
@include rfs($tooltip-font-size, --#{$variable-prefix}tooltip-font-size);
--#{$variable-prefix}tooltip-color: #{$tooltip-color};
--#{$variable-prefix}tooltip-bg: #{$tooltip-bg};
--#{$variable-prefix}tooltip-border-radius: #{$tooltip-border-radius};