UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 247 B
/** * Allows CSS background images to be repeated without clipping. * * See: https://caniuse.com/background-repeat-round-space */ /** * @type {import('../features').Feature} */ export default { 'background-repeat': ['round', 'space'], };