mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Maybe this is enough, then let autoprefixer handle this
This commit is contained in:
parent
65645105c6
commit
f00cb82b2c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue