We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BEMJSON:
{ block: 'b1', mix: 'b2' }
BEMHTML:
block('b2')( addMods()('b3') );
Result:
<div class="b1 b2 2 b"></div>
Expected:
<div class="b1 b2 b3"></div>
http://bem.github.io/bem-xjst/?version=8.9.1&engine=BEMHTML&template=block(%27b2%27)(%0A%20%20%20%20addMods()(%27b3%27)%0A)%3B&bemjson=%7B%0A%20%20%20%20block%3A%20%27b1%27%2C%0A%20%20%20%20mix%3A%20%27b2%27%0A%7D
The text was updated successfully, but these errors were encountered:
Related fix in https://github.com/bem/bem-xjst/pull/551/files
Sorry, something went wrong.
No branches or pull requests
BEMJSON:
BEMHTML:
Result:
Expected:
http://bem.github.io/bem-xjst/?version=8.9.1&engine=BEMHTML&template=block(%27b2%27)(%0A%20%20%20%20addMods()(%27b3%27)%0A)%3B&bemjson=%7B%0A%20%20%20%20block%3A%20%27b1%27%2C%0A%20%20%20%20mix%3A%20%27b2%27%0A%7D
The text was updated successfully, but these errors were encountered: