Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presets #81

Merged
merged 4 commits into from Mar 25, 2016
Merged

Presets #81

merged 4 commits into from Mar 25, 2016

Conversation

blond
Copy link
Member

@blond blond commented Mar 25, 2016

Resolved #68

blond added 4 commits March 25, 2016 14:42
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');
```
@blond blond merged commit 986c5b1 into master Mar 25, 2016
@blond blond deleted the issue-68 branch March 25, 2016 20:23
@qfox
Copy link
Member

qfox commented Mar 27, 2016

👍

qfox pushed a commit that referenced this pull request Jun 6, 2017
chore(package): update `bem-decl` to v0.3.0
qfox pushed a commit that referenced this pull request Jun 6, 2017
@qfox qfox added the pkg:naming label Jul 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants