/**
* 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,
};