Skip to content

Commit

Permalink
Avoid inheritance issues on border-width utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 4, 2023
1 parent 6393062 commit 3ce4fed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit 3ce4fed

Please sign in to comment.