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

6 lines (5 loc) 216 B
export declare const globalState: { tailwindClassNames: Set<string>; }; export declare const persistTailwindClassNames: (classes: string[]) => void; export declare const getTailwindClassNames: () => Set<string>;