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

7 lines (6 loc) 191 B
import { Plugin } from "vite"; declare const plugin: ({ react, ignore, }?: { react?: boolean | undefined; ignore?: RegExp | RegExp[] | undefined; }) => Plugin; export default plugin;