UNPKG
jss-plugin-isolate
Version:
latest (10.10.0)
next (10.9.1-alpha.2)
10.10.0
10.9.2
10.9.1
10.9.1-alpha.2
10.9.1-alpha.1
10.9.1-alpha.0
10.9.0
10.8.2
10.8.1
10.8.0
10.7.1
10.7.0
10.6.0
10.5.1
10.5.0
10.4.0
10.3.0
10.2.0
10.1.1
10.1.0
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
10.0.0-alpha.27
10.0.0-alpha.26
10.0.0-alpha.25
10.0.0-alpha.24
10.0.0-alpha.23
10.0.0-alpha.22
10.0.0-alpha.21
10.0.0-alpha.20
10.0.0-alpha.19
10.0.0-alpha.18
10.0.0-alpha.17
10.0.0-alpha.16
10.0.0-alpha.14
10.0.0-alpha.13
10.0.0-alpha.12
10.0.0-alpha.11
10.0.0-alpha.10
10.0.0-alpha.9
10.0.0-alpha.8
10.0.0-alpha.7
10.0.0-alpha.6
10.0.0-alpha.5
10.0.0-alpha.4
10.0.0-alpha.3
10.0.0-alpha.2
True rules isolation through automatic properties reset.
cssinjs.org/jss-plugin-isolate
cssinjs/jss
jss-plugin-isolate
/
src
/
index.js.flow
10 lines
(7 loc)
•
219 B
Flow
View Raw
1
2
3
4
5
6
7
8
9
10
// @flow
import
type
{
Plugin
}
from
'jss'
type
Options
= {
isolate
?:
boolean
|
string
,
reset
?:
'all'
|
'inherited'
|
Object
| [
'all'
|
'inherited'
,
Object
] }
declare
export
default
(
options
?:
Options
) =>
Plugin