Skip to content

Commit

Permalink
feat(borders): add missing border utilities to match the brand
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Apr 8, 2020
1 parent 68cda5f commit 85e1bb7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,14 @@ $utilities: map-merge(
"border-color": (
property: border-color,
class: border,
values: map-merge($theme-colors, ("white": $white))
values: map-merge(
$theme-colors,
(
"white": $white,
"light": $gray-500,
"gray": $gray-700
)
)
),
// Sizing utilities
"width": (
Expand Down

0 comments on commit 85e1bb7

Please sign in to comment.