UNPKG

vite-plugin-scope-tailwind

Version:

A vite-plugin to encapsulate and scope your TailwindCSS styles to your library and prevent them affecting styles outside

9 lines (8 loc) 228 B
type PostCssConfig = { plugins: { [key: string]: any; }; }; export declare const getPostCssConfig: () => PostCssConfig; export declare const postCssPluginsToArray: (config: PostCssConfig) => string[]; export {};