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:
authorMark Otto <markdotto@gmail.com>2020-04-14 21:04:16 +0300
committerMark Otto <otto@github.com>2020-04-27 03:26:04 +0300
commit88490fe81d1cc7b9da16c2a60405f8c86c19d2f1 (patch)
tree13d2741eb751895c34d71936bf1e641e9d3416f0 /scss
parentcab56abd0822f238fe0cd6fbfbdd33f0a9c0a1cd (diff)
Use scss-docs for color maps
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index a3d1df747b..bef7c38410 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -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;