UNPKG

weapp-tailwindcss

Version:

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

14 lines (13 loc) 515 B
import type { Compiler } from 'webpack'; export declare const debug: ((formatter: any, ...args: any[]) => void) & { readonly enabled: boolean; }; export declare const weappTailwindcssPackageDir: string; export declare function shouldKeepPreviousWebpackCssSource(previous: { css: string | undefined; processed?: boolean | undefined; }, next: { css: string | undefined; processed?: boolean | undefined; }): boolean; export declare function setupWebpackWatchOutputIgnore(compiler: Compiler): void;