Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorRyan Buckley <9486206+rabuckley@users.noreply.github.com>2022-01-10 21:11:11 +0300
committerMark Otto <otto@github.com>2022-04-13 06:49:36 +0300
commit74be17edef89275ad71c1448b11c72a328c8eeb5 (patch)
tree235e51a8fb3f8c04b6c7360e7bd630e33963474c /scss
parent7ff974b4ce51a5dd5485d62264b9de9842ea2b58 (diff)
Add black to colors map
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 6331246e10..2c89f991f3 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