UNPKG

weapp-tailwindcss

Version:

把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!

11 lines (10 loc) 569 B
import type { ExistingRawSourceMap } from 'rollup'; import { cleanUrl } from '@weapp-tailwindcss/shared'; export declare function slash(p: string): string; export declare const isWindows: boolean; export declare const cssLangRE: RegExp; export declare function isCSSRequest(request: string): boolean; export declare function isHTMLRequest(request: string): boolean; export declare function normalizePath(id: string): string; export { cleanUrl }; export declare function formatPostcssSourceMap(rawMap: ExistingRawSourceMap, file: string): Promise<ExistingRawSourceMap>;