enb / enb-bh

BH support for ENB
Other
15 stars 12 forks source link

Add support for jsElem param of bh #26

Closed narqo closed 9 years ago

narqo commented 9 years ago

See bem/bh#119

aristov commented 9 years ago

@blond ping

blond commented 9 years ago

bh does not have jsElem option. If mode is set with a value of true, then i-bem class will be added for block and for elem. There is no way to control it.

In the issue https://github.com/bem/bh/issues/119, added the option jsCls option. It allows you to customize the name of the i-bem class.

blond commented 9 years ago

@mishanga Maybe we need to implement jsElem option in bh?

mishanga commented 9 years ago

Yep, I think we should.