1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

Use scss-docs for color maps

This commit is contained in:
Mark Otto
2020-04-14 11:04:16 -07:00
committed by Mark Otto
parent cab56abd08
commit 88490fe81d
2 changed files with 6 additions and 29 deletions

View File

@@ -42,6 +42,7 @@ $green: #28a745 !default;
$teal: #20c997 !default;
$cyan: #17a2b8 !default;
// scss-docs-start colors-map
$colors: (
"blue": $blue,
"indigo": $indigo,
@@ -57,6 +58,7 @@ $colors: (
"gray": $gray-600,
"gray-dark": $gray-800
) !default;
// scss-docs-end colors-map
$primary: $blue !default;
$secondary: $gray-600 !default;
@@ -67,6 +69,7 @@ $danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-800 !default;
// scss-docs-start theme-colors-map
$theme-colors: (
"primary": $primary,
"secondary": $secondary,
@@ -77,6 +80,7 @@ $theme-colors: (
"light": $light,
"dark": $dark
) !default;
// scss-docs-end theme-colors-map
// Set a specific jump point for requesting color jumps
$theme-color-interval: 8% !default;