Skip to content

Commit 437fa24

Browse files
authored
Update default-required.scss
1 parent 3bc43ea commit 437fa24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/foundations/scss/defaults/default-required.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
}
3333
}
3434

35-
// We'll set the color scheme (https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme) to light and dark if it's not already set as a meta tag in the head, which would be the recommended way.
36-
html:not(:has([name="color-scheme"])) {
37-
color-scheme: light dark;
38-
}
39-
4035
/* TODO: Switch to attr() as soon as this one is fully supported */
4136
[data-mode="light"] {
4237
color-scheme: light;

0 commit comments

Comments
 (0)