UNPKG

tailwindcss

Version:

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

14 lines (13 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "default", { enumerable: true, get: function() { return toColorValue; } }); function toColorValue(maybeFunction) { return typeof maybeFunction === "function" ? maybeFunction({}) : maybeFunction; }