📄 toColorValue.js
/home/palash/git/site/node_modules/tailwindcss/src/util/toColorValue.js
Language: js • Lines: 3
export default function toColorValue(maybeFunction) {
  return typeof maybeFunction === 'function' ? maybeFunction({}) : maybeFunction
}