weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
7 lines (6 loc) • 428 B
TypeScript
export declare function normalizeRpxLengthCandidates(candidates: Iterable<string>): {
candidates: Set<string>;
restoreCandidates: Map<string, string>;
};
export declare function restoreRpxLengthCandidates(candidates: Iterable<string>, restoreCandidates: ReadonlyMap<string, string>): Set<string>;
export declare function restoreRpxLengthCssSelectors(css: string, restoreCandidates: ReadonlyMap<string, string>): string;