weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
5 lines (4 loc) • 343 B
TypeScript
export declare const TAILWIND_V4_GENERATOR_AT_RULES: Set<string>;
export declare function removeBalancedAtRuleBlock(source: string, atRuleStart: number): string;
export declare function removeTailwindV4GeneratorAtRulesFallback(source: string): string;
export declare function removeTailwindV4GeneratedUserCssArtifacts(source: string): string;