We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd3f99 commit 2a247d6Copy full SHA for 2a247d6
theme-switch/sun-and-moon.css
@@ -34,9 +34,9 @@
34
& > .moon > circle {
35
transform: translateX(-7px);
36
37
- @supports (cx: 1) {
+ @supports (cx: 1px) {
38
transform: translateX(0);
39
- cx: 17;
+ cx: 17px;
40
}
41
42
@@ -56,7 +56,7 @@
56
& .moon > circle {
57
transition: transform .25s var(--ease-out-5);
58
59
60
transition: cx .25s var(--ease-out-5);
61
62
@@ -79,4 +79,4 @@
79
80
81
82
-}
+}
0 commit comments