UNPKG

@twstyled/util

Version:

Utilities, config and class helpers for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler

20 lines (19 loc) 1.05 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTailwindAttributes = void 0; __exportStar(require("./tailwind-config-reader"), exports); var tailwind_get_classes_1 = require("./tailwind-get-classes"); Object.defineProperty(exports, "getTailwindAttributes", { enumerable: true, get: function () { return __importDefault(tailwind_get_classes_1).default; } });