Index: lams_central/web/css/bootstrap/_alert.scss =================================================================== diff -u -rb7c92dbcfdb0469dbc0144190a201757f398e529 -ra90d0744dd0d09d1b04869e61ce1b66bf1ee3242 --- lams_central/web/css/bootstrap/_alert.scss (.../_alert.scss) (revision b7c92dbcfdb0469dbc0144190a201757f398e529) +++ lams_central/web/css/bootstrap/_alert.scss (.../_alert.scss) (revision a90d0744dd0d09d1b04869e61ce1b66bf1ee3242) @@ -20,7 +20,7 @@ color: var(--#{$prefix}alert-color); background-color: var(--#{$prefix}alert-bg); border: var(--#{$prefix}alert-border); - border-radius: var(--#{$prefix}alert-border-radius, 0); // stylelint-disable-line property-disallowed-list + @include border-radius(var(--#{$prefix}alert-border-radius)); } // Headings for larger alerts