UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 250 B
/** * This function filters a CSS input image with a set of filter functions (like blur, grayscale or hue) * * See: https://caniuse.com/css-filter-function */ /** * @type {import('../features').Feature} */ export default { '': 'filter(', };