mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-28 13:40:43 +00:00
Fix lint + css-test
This commit is contained in:
parent
b615c45420
commit
e42e6f01ff
@ -3,7 +3,8 @@
|
||||
@if $color-mode-type == "media-query" {
|
||||
@if $root == true {
|
||||
@media (prefers-color-scheme: $mode) {
|
||||
:root, :host {
|
||||
:root,
|
||||
:host {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@ -57,7 +57,8 @@
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
:root,
|
||||
:host {
|
||||
--custom-color: #3a3ff8;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user