1
0
Fork 0

Maybe this is enough, then let autoprefixer handle this

This commit is contained in:
Lim Chee Aun 2023-01-14 23:03:56 +08:00
parent 65645105c6
commit f00cb82b2c

View file

@ -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;
}