fix:border-width

This commit is contained in:
cccabinet 2022-03-01 23:43:33 +09:00 committed by Mark Otto
parent c766904aa2
commit a9b3445060
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ $utilities: map-merge(
), ),
"border-width": ( "border-width": (
css-var: true, css-var: true,
css-variable-name: border-width,
class: border, class: border,
values: $border-widths values: $border-widths
), ),