0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00
This commit is contained in:
louismaximepiton 2023-01-17 15:36:29 +01:00 committed by Mark Otto
parent 1369b81492
commit bada2b9a90
2 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@ $utilities-bg-subtle: (
$utilities-border: map-merge(
$utilities-colors,
(
"black": to-rgb($black),
"white": to-rgb($white)
)
) !default;

View File

@ -49,6 +49,7 @@ Change the border color using utilities built on our theme colors.
<span class="border border-{{ .name }}-subtle"></span>
{{- end -}}
{{< /border.inline >}}
<span class="border border-black"></span>
<span class="border border-white"></span>
{{< /example >}}