mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
Avoid inheritance issues on border-width utilities
This commit is contained in:
parent
639306242f
commit
3ce4fedaa2
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Reference in a new issue