]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix alert border radius
authormcoms <mastercoms@tuta.io>
Sun, 29 May 2022 17:20:41 +0000 (13:20 -0400)
committerMark Otto <otto@github.com>
Mon, 30 May 2022 16:26:41 +0000 (09:26 -0700)
scss/_alert.scss

index 0e7dbe60d1de1059d7e9e195d5e22e7f1248a2d9..c8bc91b4208bbc138e3f15497e2167f0ee11db54 100644 (file)
@@ -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