1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Make .bg-{color}-subtle work with .bg-opacity-{value}

This commit is contained in:
Julien Déramond
2023-09-25 12:42:20 +02:00
parent ce114117a8
commit 3c0d8737ae
4 changed files with 84 additions and 213 deletions

View File

@@ -26,7 +26,7 @@
--#{$prefix}#{$color}-text-emphasis: #{$value};
}
@each $color, $value in $theme-colors-bg-subtle {
@each $color, $value in $theme-colors-bg-subtle-rgb {
--#{$prefix}#{$color}-bg-subtle: #{$value};
}
@@ -156,7 +156,7 @@
--#{$prefix}#{$color}-text-emphasis: #{$value};
}
@each $color, $value in $theme-colors-bg-subtle-dark {
@each $color, $value in $theme-colors-bg-subtle-rgb-dark {
--#{$prefix}#{$color}-bg-subtle: #{$value};
}