export const legacyColorMixins: string[] = [
	'background',
	'backgroundActive',
	'backgroundHover',
	'backgroundOnLayer',
	'text',
	'textHover',
	'textActive',
	'subtleText',
	'placeholderText',
	'heading',
	'subtleHeading',
	'codeBlock',
	'link',
	'linkHover',
	'linkActive',
	'linkOutline',
	'primary',
	'blue',
	'teal',
	'purple',
	'red',
	'yellow',
	'green',
	'skeleton',
];
