Skip to content

Commit 2a247d6

Browse files
authored
Update sun-and-moon.css to a proper length value
1 parent dbd3f99 commit 2a247d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

theme-switch/sun-and-moon.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
& > .moon > circle {
3535
transform: translateX(-7px);
3636

37-
@supports (cx: 1) {
37+
@supports (cx: 1px) {
3838
transform: translateX(0);
39-
cx: 17;
39+
cx: 17px;
4040
}
4141
}
4242
}
@@ -56,7 +56,7 @@
5656
& .moon > circle {
5757
transition: transform .25s var(--ease-out-5);
5858

59-
@supports (cx: 1) {
59+
@supports (cx: 1px) {
6060
transition: cx .25s var(--ease-out-5);
6161
}
6262
}
@@ -79,4 +79,4 @@
7979
}
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)