UNPKG

jss-plugin-isolate

Version:

True rules isolation through automatic properties reset.

10 lines (7 loc) 219 B
// @flow import type {Plugin} from 'jss' type Options = { isolate?: boolean | string, reset?: 'all' | 'inherited' | Object | ['all' | 'inherited', Object] } declare export default (options?: Options) => Plugin