@wdio/browser-runner
Version:
A WebdriverIO runner to run unit tests tests in the browser.
11 lines • 478 B
TypeScript
import type { InlineConfig } from 'vite';
/**
* returns `true` if TailwindCSS config exist but no postcss.config
* (if a `postcss.config` exists it will be automatically picked up by Vite)
*/
export declare function isUsingTailwindCSS(rootDir: string): Promise<boolean | "" | undefined>;
/**
* add tailwind plugin if installed as dependency
*/
export declare function optimizeForTailwindCSS(rootDir: string): Promise<InlineConfig>;
//# sourceMappingURL=tailwindcss.d.ts.map