UNPKG

rollup-plugin-react-scoped-css

Version:

A rollup plugin designed to allow scoped css to be run in react (Compatible with vite and rollup)

2 lines (1 loc) 87 B
export declare function scopeCss(css: string, filename: string, hash: string): string;