UNPKG

tunio-colors

Version:

Softer and pleasant colors for Tailwind CSS v4.0+

9 lines (8 loc) 740 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTunioColorShades = exports.getTunioColorNames = exports.getTunioColor = exports.tunioColors = void 0; var colors_1 = require("./colors"); Object.defineProperty(exports, "tunioColors", { enumerable: true, get: function () { return colors_1.tunioColors; } }); Object.defineProperty(exports, "getTunioColor", { enumerable: true, get: function () { return colors_1.getTunioColor; } }); Object.defineProperty(exports, "getTunioColorNames", { enumerable: true, get: function () { return colors_1.getTunioColorNames; } }); Object.defineProperty(exports, "getTunioColorShades", { enumerable: true, get: function () { return colors_1.getTunioColorShades; } });