tailwindcss-patch
Version:
patch tailwindcss for exposing context and extract classes
25 lines (23 loc) • 552 B
JavaScript
import {
CacheManager,
TailwindcssPatcher,
getCacheOptions,
internalPatch,
logger_default,
monkeyPatchForExposingContextV2,
monkeyPatchForExposingContextV3,
monkeyPatchForSupportingCustomUnit
} from "./chunk-QPUWFRNR.mjs";
// src/index.ts
import { defineConfig } from "@tailwindcss-mangle/config";
export {
CacheManager,
TailwindcssPatcher,
defineConfig,
getCacheOptions,
internalPatch,
logger_default as logger,
monkeyPatchForExposingContextV2,
monkeyPatchForExposingContextV3,
monkeyPatchForSupportingCustomUnit
};