0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Update _carousel.scss

fix  data-bs-theme="dark" on component itself
This commit is contained in:
jonnysp 2023-03-10 12:00:36 +01:00 committed by Mark Otto
parent fd7cfac4cb
commit 9c0b2be469

View File

@ -230,7 +230,8 @@
@if $enable-dark-mode {
@include color-mode(dark) {
.carousel {
.carousel,
&.carousel {
@include carousel-dark();
}
}