I find using string concatenation in Sass to generate BEM style class names such an anti-pattern.
The cognitive load of processing the code is increased, you first need to understand the overall structure of a set of classes before you can begin to work with them.