Fix lint + css-test

This commit is contained in:
Julien Déramond 2023-02-08 21:02:28 +01:00
parent b615c45420
commit e42e6f01ff
No known key found for this signature in database
GPG Key ID: DCD226672FC08F31
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@
@if $color-mode-type == "media-query" {
@if $root == true {
@media (prefers-color-scheme: $mode) {
:root, :host {
:root,
:host {
@content;
}
}

View File

@ -57,7 +57,8 @@
}
}
@media (prefers-color-scheme: dark) {
:root {
:root,
:host {
--custom-color: #3a3ff8;
}
}