Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcoms <mastercoms@tuta.io>2022-05-29 20:20:41 +0300
committerMark Otto <otto@github.com>2022-05-30 19:26:41 +0300
commit78c0ad8044959dae5239eac1a6cb9a752878e88b (patch)
tree9a381227b4e588cedf58b4a2efb3ae10bea36cd9
parentef3ecaf99749d4c86fe725cd49f410e344ffd96e (diff)
fix alert border radius
-rw-r--r--scss/_alert.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss
index 0e7dbe60d1..c8bc91b420 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