element/build/salad.config.json

17 lines
278 B
JSON
Raw Normal View History

2016-11-13 22:08:38 +08:00
{
"browsers": ["ie > 8", "last 2 versions"],
"features": {
"bem": {
"shortcuts": {
"component": "b",
"modifier": "m",
"descendent": "e"
},
"separators": {
"descendent": "__",
"modifier": "--"
}
}
}
}