aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Buckley <[email protected]>2022-01-10 18:11:11 +0000
committerMark Otto <[email protected]>2022-04-12 20:49:36 -0700
commit74be17edef89275ad71c1448b11c72a328c8eeb5 (patch)
tree235e51a8fb3f8c04b6c7360e7bd630e33963474c
parent7ff974b4ce51a5dd5485d62264b9de9842ea2b58 (diff)
downloadbootstrap-74be17edef89275ad71c1448b11c72a328c8eeb5.tar.xz
bootstrap-74be17edef89275ad71c1448b11c72a328c8eeb5.zip
Add black to colors map
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 6331246e1..2c89f991f 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -60,6 +60,7 @@ $colors: (
"green": $green,
"teal": $teal,
"cyan": $cyan,
+ "black": $black,
"white": $white,
"gray": $gray-600,
"gray-dark": $gray-800