2dppx
2dppx is a CSS unit used in media queries to express device pixel density, defined as two device pixels for every CSS pixel. It is a unit of the CSS device-pixel ratio (DPR) and is the logical inverse of physical resolution. In CSS, 1dppx equals 1 device pixel per CSS pixel, which corresponds roughly to 96 dots per inch. Consequently, 2dppx corresponds to about 192dpi, though exact physical mapping can vary with device and zoom level.
In practice, 2dppx is used in responsive design to target high-density displays and to decide when to
Notes: DPR and thus 2dppx depend on device characteristics and user zoom; some devices report non-integer ratios