Skip to content

Commit ed0721e

Browse files
committed
Fix hover media query
1 parent 4314a1c commit ed0721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/tools/_media-queries.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
@custom-media --reduced-motion (prefers-reduced-motion: reduce);
1010

1111
/* prettier-ignore */
12-
@custom-media --hover ((-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover));
12+
@custom-media --hover (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover);

0 commit comments

Comments
 (0)