diff options
| author | Mark Otto <[email protected]> | 2020-04-14 11:04:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-04-26 17:26:04 -0700 |
| commit | 88490fe81d1cc7b9da16c2a60405f8c86c19d2f1 (patch) | |
| tree | 13d2741eb751895c34d71936bf1e641e9d3416f0 /scss | |
| parent | cab56abd0822f238fe0cd6fbfbdd33f0a9c0a1cd (diff) | |
| download | bootstrap-88490fe81d1cc7b9da16c2a60405f8c86c19d2f1.tar.xz bootstrap-88490fe81d1cc7b9da16c2a60405f8c86c19d2f1.zip | |
Use scss-docs for color maps
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index a3d1df747..bef7c3841 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; |
