doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (10 loc) • 366 B
JavaScript
/**
* Window.devicePixelRatio
* Read-only property that returns the ratio of the (vertical) size of one physical pixel on the current display device to the size of one CSS pixel.
* @see https://caniuse.com/devicepixelratio
*/
/**
* @type {import('../features').Feature}
*/
export default {};
/* this feature is found in JS and is not linted by this tool */