ModuleScopeEnumOptions
Index
Enumeration Members
Enumeration Members
Global
Global: 32
use the global scope
ICSS
ICSS: 256
export using ICSS module format
Local
Local: 64
use the local scope
Pure
Pure: 128
do not allow selector without an id or class
Shortest
Shortest: 512
use the shortest name possible. pattern is ignored. it will produce names such as
.a {
content: 'a';
}
.b {
content: 'b';
}
.c {
content: 'c';
}
...
Supported module scope