UNPKG

tailwindcss

Version:

A utility-first CSS framework for rapidly building custom user interfaces.

10 lines (9 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = toColorValue; function toColorValue(maybeFunction) { return typeof maybeFunction === 'function' ? maybeFunction({ }) : maybeFunction; }