module.exports = { alpharize: (color: string, opacity: number) => { return `oklch(from ${color} l c h / ${opacity})`; }, };