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) 194 B
import { AcceptedPlugin } from "postcss"; export declare const prefixPlugin: ({ prefix, ignore, }: { prefix: string; ignore: RegExp | RegExp[] | string | string[]; }) => AcceptedPlugin;