/opt/canhelp/node_modules/tailwindcss/src/util
Edit: /opt/canhelp/node_modules/tailwindcss/src/util/toColorValue.js (137B)
export default function toColorValue(maybeFunction) {
return typeof maybeFunction === 'function' ? maybeFunction({}) : maybeFunction
}