Updates -color to use rgba()

This commit is contained in:
Mark Otto 2022-03-10 09:29:53 -08:00 committed by Mark Otto
parent ea7ff1eab9
commit e72a090aee
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ $border-widths: (
5: 5px
) !default;
$border-color: $gray-300 !default;
$border-color: rgba($black, .15) !default;
// scss-docs-end border-variables
// scss-docs-start border-radius-variables