doiuse
Version:
Lint CSS for browser support against caniuse database
15 lines (13 loc) • 396 B
JavaScript
/**
* The `lch()` and `lab()` color functions are based on the CIE LAB color space, representing colors in a way that closely matches human perception and provides access to a wider spectrum of colors than offered by the usual RGB color space.
* @see https://caniuse.com/css-lch-lab
*/
/**
* @type {import('../features').Feature}
*/
export default {
'': [
'lch(',
'lab(',
],
};