mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Update _carousel.scss
fix data-bs-theme="dark" on component itself
This commit is contained in:
parent
fd7cfac4cb
commit
9c0b2be469
1 changed files with 2 additions and 1 deletions
|
|
@ -230,7 +230,8 @@
|
|||
|
||||
@if $enable-dark-mode {
|
||||
@include color-mode(dark) {
|
||||
.carousel {
|
||||
.carousel,
|
||||
&.carousel {
|
||||
@include carousel-dark();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue