mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 11:17:38 +08:00
17 lines
278 B
JSON
17 lines
278 B
JSON
|
{
|
||
|
"browsers": ["ie > 8", "last 2 versions"],
|
||
|
"features": {
|
||
|
"bem": {
|
||
|
"shortcuts": {
|
||
|
"component": "b",
|
||
|
"modifier": "m",
|
||
|
"descendent": "e"
|
||
|
},
|
||
|
"separators": {
|
||
|
"descendent": "__",
|
||
|
"modifier": "--"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|