UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 324 B
/** * The CSS `color()` function allows the browser to display colors in any color space, such as the P3 color space which can display colors outside of the default sRGB color space. * * See: https://caniuse.com/css-color-function */ /** * @type {import('../features').Feature} */ export default { '': 'color(', };