Index: lams_central/web/css/bootstrap/_tooltip.scss =================================================================== diff -u -rb7c92dbcfdb0469dbc0144190a201757f398e529 -ra90d0744dd0d09d1b04869e61ce1b66bf1ee3242 --- lams_central/web/css/bootstrap/_tooltip.scss (.../_tooltip.scss) (revision b7c92dbcfdb0469dbc0144190a201757f398e529) +++ lams_central/web/css/bootstrap/_tooltip.scss (.../_tooltip.scss) (revision a90d0744dd0d09d1b04869e61ce1b66bf1ee3242) @@ -1,5 +1,3 @@ -// stylelint-disable custom-property-empty-line-before - // Base class .tooltip { // scss-docs-start tooltip-css-vars @@ -118,5 +116,5 @@ color: var(--#{$prefix}tooltip-color); text-align: center; background-color: var(--#{$prefix}tooltip-bg); - border-radius: var(--#{$prefix}tooltip-border-radius, 0); // stylelint-disable-line property-disallowed-list + @include border-radius(var(--#{$prefix}tooltip-border-radius)); }