From f00cb82b2cc1e5810428130a0f245da05e844d5e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 14 Jan 2023 23:03:56 +0800 Subject: [PATCH] Maybe this is enough, then let autoprefixer handle this --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 5071dbd7..ecf91289 100644 --- a/src/index.css +++ b/src/index.css @@ -39,7 +39,7 @@ --timing-function: cubic-bezier(0.3, 0.5, 0, 1); } -@media (min-resolution: 2dppx) or (min-resolution: 192dpi) or (min-device-pixel-ratio: 2) { +@media (min-resolution: 2dppx) { :root { --hairline-width: 0.5px; }