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) 218 B
export declare const appendTagsForReact: (id: string) => (code: string) => { code: string; map: null; }; export declare const appendTags: (id: string) => (code: string) => { code: string; map: null; };