/**
* CSS currentColor value
* A CSS value that will apply the existing `color` value to other properties like `background-color`, etc.
* @see https://caniuse.com/currentcolor
*/
/**
* @type {import('../features').Feature}
*/
export default {
'': 'currentColor',
};