weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
10 lines (9 loc) • 491 B
TypeScript
export declare function normalizeEmptyTailwindCustomVariants(css: string): string;
export declare function filterApplyOnlyGeneratedCss(css: string, source: string, options?: {
preserveVariables?: boolean | undefined;
preferScopedRules?: boolean | undefined;
}): string;
export declare function shouldFilterApplyOnlyGeneratedCss(_majorVersion: number | undefined, target: string, source: string, options: {
hasGeneratedCss: boolean;
hasGeneratedMarkers: boolean;
}): boolean;