mirror of https://github.com/twbs/bootstrap.git
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
|
values: $utilities-border-subtle
|
||||||
),
|
),
|
||||||
"border-width": (
|
"border-width": (
|
||||||
css-var: true,
|
property: border-width,
|
||||||
css-variable-name: border-width,
|
// css-var: true,
|
||||||
|
// css-variable-name: border-width,
|
||||||
class: border,
|
class: border,
|
||||||
values: $border-widths
|
values: $border-widths
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue