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

3 lines (2 loc) 161 B
export declare const getNonQuotedCleanedOutput: (input: string) => string; export declare const appendIdWithQuotesInMind: (input: string, id: string) => string;