UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 278 B
/** * The `caret-color` property allows the color to be set of the caret (blinking text insertion pointer) in an editable text area. * * See: https://caniuse.com/css-caret-color */ /** * @type {import('../features').Feature} */ export default { 'caret-color': true, };