Answer the question
In order to leave comments, you need to log in
Is it possible to create two classes in the BEM methodology?
There are three blocks with different classes
<div class="header-top__language">
<div class="header-top__contact">
<div class="header-top__profile">
Answer the question
In order to leave comments, you need to log in
In your case, I would advise adding a second class (Yes, it is possible and necessary) for example header-top__item and describe the general properties in it:
<div class="header-top__language header-top__item">
<div class="header-top__contact header-top__item">
<div class="header-top__profile header-top__item">
<div class="header-top__item language header-top__language"></div>
<div class="header-top__item contact header-top__contact"></div>
<div class="header-top__item profile header-top__profile"></div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question