UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

14 lines (12 loc) 274 B
/** * Non-standard method of clipping a background image to the foreground text. * * See: https://caniuse.com/background-clip-text */ /** * @type {import('../features').Feature} */ export default { 'background-clip': 'text', '-webkit-background-clip': 'text', };