mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 23:04:32 +02:00
fix(review)
This commit is contained in:
@@ -44,6 +44,7 @@ $theme-colors-border-subtle: (
|
||||
"dark": $dark-border-subtle,
|
||||
) !default;
|
||||
// scss-docs-end theme-border-subtle-map
|
||||
|
||||
$theme-colors-dark: null !default;
|
||||
$theme-colors-rgb-dark: null !default;
|
||||
$theme-colors-text-dark: null !default;
|
||||
@@ -51,7 +52,7 @@ $theme-colors-bg-subtle-dark: null !default;
|
||||
$theme-colors-border-subtle-dark: null !default;
|
||||
|
||||
@if $enable-dark-mode {
|
||||
// scss-docs-start theme-color-dark-map
|
||||
// scss-docs-start theme-colors-dark-map
|
||||
$theme-colors-dark: (
|
||||
"primary": $primary-dark,
|
||||
"secondary": $secondary-dark,
|
||||
@@ -62,7 +63,7 @@ $theme-colors-border-subtle-dark: null !default;
|
||||
"light": $light-dark,
|
||||
"dark": $dark-dark,
|
||||
) !default;
|
||||
// scss-docs-end theme-color-dark-map
|
||||
// scss-docs-end theme-colors-dark-map
|
||||
|
||||
// scss-docs-start theme-colors-rgb-dark
|
||||
$theme-colors-rgb-dark: map-loop($theme-colors-dark, to-rgb, "$value") !default;
|
||||
|
Reference in New Issue
Block a user