mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Avoid inheritance issues on border-width utilities
This commit is contained in:
parent
639306242f
commit
3ce4fedaa2
@ -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
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user