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).ctx('form__input') or $(this).block().elem('input')
It looks bad. Why not just use the first class? Maybe just be take from the source code of BEM? Really need this plugin. I sincerely hope for improvement.
<div class="foo bar"></div>
Result
<div class="foo bar bar_modifier"></div>
I know, that
ctx()
helps in this case, but do you think that it should remember context?The text was updated successfully, but these errors were encountered: