UNPKG

jss-plugin-isolate

Version:

True rules isolation through automatic properties reset.

9 lines (6 loc) 216 B
import {Plugin} from 'jss' type Options = { isolate?: boolean | string reset?: 'all' | 'inherited' | object | ['all' | 'inherited', object] } export default function jssPluginIsolate(options?: Options): Plugin