tailwindcss-patch
Version:
patch tailwindcss for exposing context and extract classes
25 lines (5 loc) • 830 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _chunkMMFOI5KYjs = require('./chunk-MMFOI5KY.js');
// src/index.ts
var _config = require('@tailwindcss-mangle/config');
exports.CacheManager = _chunkMMFOI5KYjs.CacheManager; exports.TailwindcssPatcher = _chunkMMFOI5KYjs.TailwindcssPatcher; exports.defineConfig = _config.defineConfig; exports.getCacheOptions = _chunkMMFOI5KYjs.getCacheOptions; exports.internalPatch = _chunkMMFOI5KYjs.internalPatch; exports.logger = _chunkMMFOI5KYjs.logger_default; exports.monkeyPatchForExposingContextV2 = _chunkMMFOI5KYjs.monkeyPatchForExposingContextV2; exports.monkeyPatchForExposingContextV3 = _chunkMMFOI5KYjs.monkeyPatchForExposingContextV3; exports.monkeyPatchForSupportingCustomUnit = _chunkMMFOI5KYjs.monkeyPatchForSupportingCustomUnit;