Timofey Dergachev

Results 2 comments of Timofey Dergachev

Adding a modifier through an helper called `elem` causes cognitive dissonance. It is better to use the `bem` name. ```js // app/helpers/bem-elem.js export { default } from 'ember-cli-bem/helpers/elem'; ``` It...