1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Add [data-bs-theme="body"]

This commit is contained in:
louismaxime.piton
2023-09-15 15:02:46 +02:00
parent 9900cf33c0
commit c462942467
3 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
}
}
} @else {
:root[data-bs-theme="#{$mode}"] [data-bs-theme="body"],
[data-bs-theme="#{$mode}"] {
@content;
}