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

Не миксуются блоки к блокам link, button #1956

Closed
yar-usenko opened this issue Nov 9, 2016 · 2 comments
Closed

Не миксуются блоки к блокам link, button #1956

yar-usenko opened this issue Nov 9, 2016 · 2 comments

Comments

@yar-usenko
Copy link
Contributor

Из за

mix()({ elem : 'control' })

к блокам link и button ничего нельзя примиксовать. Возможно есть ещё блоки с подобным поведением.

Предалагаю изменить на

mix()({ elem : 'control' }).concat(this.ctx.mix || [])
@yar-usenko yar-usenko changed the title Не миксуються блоки к блокам link, button и, возможно, к другим блокам Не миксуются блоки к блокам link, button Nov 9, 2016
@tadatuta
Copy link
Member

tadatuta commented Nov 9, 2016

@yar-usenko это справедливо только для bem-xjst версий >= 8.x, где было изменено поведение режимов и добавлены новые add* режимы (см. https://github.com/bem/bem-xjst/releases/tag/v8.0.0).
bem-components сейчас не поддерживают bem-xjst 8.x, соответствующая задача — #1942

@yar-usenko
Copy link
Contributor Author

@tadatuta спасибо)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants