weapp-tailwindcss
Version:
把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!
5 lines (4 loc) • 415 B
TypeScript
export declare function resolveModuleFromPaths(specifier: string | undefined, paths: string[]): string | undefined;
export declare function resolveTailwindConfigFallback(packageName: string | undefined, paths: string[]): string | undefined;
export declare function findTailwindConfig(searchRoots: Iterable<string>): string | undefined;
export declare function createDefaultResolvePaths(basedir?: string): string[];