Open
Description
bem-twig-extension/bem.function.php
Line 19 in c772316
If we pass an array of modifer like
bem(base_element, ['mod1', 'mod2', ''])
returns
base_element--mod1 base_element--mod2 base_element--
where last part is undesirable, since inside twig some variable may be empty. So there should be some check for if the value is there or it is empty.
Metadata
Metadata
Assignees
Labels
No labels