UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

12 lines (10 loc) 227 B
/** * Method of letting the browser pick the most appropriate CSS image from a given set. * @see https://caniuse.com/css-image-set */ /** * @type {import('../features').Feature} */ export default { '': 'image-set(', };