aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2023-02-04 14:30:59 +0700
committerMark Otto <[email protected]>2023-02-04 17:40:20 +0700
commit3ce4fedaa2e180f64093b48e7f9de04c5754ad98 (patch)
treebab857bd3c4d32df24ebcd71329d98a65461fb95
parent639306242f4bb402eeaebcb819846909cceda774 (diff)
downloadbootstrap-3ce4fedaa2e180f64093b48e7f9de04c5754ad98.tar.xz
bootstrap-3ce4fedaa2e180f64093b48e7f9de04c5754ad98.zip
Avoid inheritance issues on border-width utilities
-rw-r--r--scss/_utilities.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss
index 5ffb3feb8..9d4123d77 100644
--- a/scss/_utilities.scss
+++ b/scss/_utilities.scss
@@ -177,8 +177,9 @@ $utilities: map-merge(
values: $utilities-border-subtle
),
"border-width": (
- css-var: true,
- css-variable-name: border-width,
+ property: border-width,
+ // css-var: true,
+ // css-variable-name: border-width,
class: border,
values: $border-widths
),