1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

View file

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