From 78c0ad8044959dae5239eac1a6cb9a752878e88b Mon Sep 17 00:00:00 2001 From: mcoms Date: Sun, 29 May 2022 13:20:41 -0400 Subject: [PATCH] fix alert border radius --- scss/_alert.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_alert.scss b/scss/_alert.scss index 0e7dbe60d1de..c8bc91b4208b 100644 --- a/scss/_alert.scss +++ b/scss/_alert.scss @@ -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