aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonnysp <[email protected]>2022-12-14 08:36:53 +0100
committerMark Otto <[email protected]>2022-12-20 12:57:29 -0800
commitefce82977789898a875cfb2b824bc99ac52b18d0 (patch)
tree851b3355942b752b015c7d84ad261a15ecce62a5
parent57228a6b65c7451385e0797b409a637bb042bfc1 (diff)
downloadbootstrap-efce82977789898a875cfb2b824bc99ac52b18d0.tar.xz
bootstrap-efce82977789898a875cfb2b824bc99ac52b18d0.zip
Update _variables.scss
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 7c934825c..26c31db5e 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -1536,7 +1536,7 @@ $progress-bar-transition: width .6s ease !default;
$list-group-color: var(--#{$prefix}body-color) !default;
$list-group-bg: var(--#{$prefix}body-bg) !default;
$list-group-border-color: var(--#{$prefix}border-color) !default;
-$list-group-border-width: $border-width !default;
+$list-group-border-width: var(--#{$prefix}border-width) !default;
$list-group-border-radius: var(--#{$prefix}border-radius) !default;
$list-group-item-padding-y: $spacer * .5 !default;