You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This preset create naming by Harry Roberts.
It is nessesary to not pass all options every time you use the
convention by Harry Roberts.
```js
var bemNaming = require('bem-naming');
// without preset
var myNaming = bemNaming({
elem: '__',
mod: { name: '—-', val: '_' }
});
// with preset
var myNaming = bemNaming('two-dashes');
```
0 commit comments