2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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 -1
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