Answer the question
In order to leave comments, you need to log in
BEM. Not a concept of basic concepts - block, element, modifier?
An element is an integral part of a block that cannot be used in isolation from it. (from off-dock)
.post{}
.post__date{} // может использоваться как дата в комментариях к посту
.post__header{} //может использоватся как заголовок страницы
.post__body{} //может использоватся в том же комментарии
<div class="post">
<div class="header header_post">Заголовок поста</div>
<div class="date date_post">19.19.1900</div>
<div class="body body_post">текст</div>
</div>
<div class="comment">
<div class="date date_comment">19.19.1900</div>
<div class="body body_comment">текст</div>
</div>
Answer the question
In order to leave comments, you need to log in
BEM is a hat.
Too many contradictions and waste of time.
Yuzay smacss, you can in conjunction with OOCSS
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question