mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
Proposal
This commit is contained in:
parent
1369b81492
commit
bada2b9a90
2 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ $utilities-bg-subtle: (
|
|||
$utilities-border: map-merge(
|
||||
$utilities-colors,
|
||||
(
|
||||
"black": to-rgb($black),
|
||||
"white": to-rgb($white)
|
||||
)
|
||||
) !default;
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue