nikityy / ember-cli-bem

BEM naming for your Ember project
MIT License
19 stars 2 forks source link

Custom Delimiters in v1.0.0-beta.1+ #14

Open srt4rulez opened 6 years ago

srt4rulez commented 6 years ago

Using custom delimiters (elemDelimiter and modDelimiter) only work in v1.0.0-beta.1+

When downloading via Installation heading in the readme (ember install ember-cli-bem), it only downloads the latest stable, which as of this writing does not include the custom delimiters.

Either update the readme to include a note about custom delimiter option is only available in v1.0.0-beta.1+, or create a new release so users can use it when running the ember install command.

PS: Great job on this, I knew there had to be a better way instead of using {{concat cssClassName "__element"}} everywhere, lol!