бэм

BEM methodology (html class)

<ul class="menu"> <li class="menu-item"> <a href="#" class="menu-link> <img src="img.png" cl ... t; </ul> Is it correct if inside the .menu-item block, the child element inherits the class of the parent block .menu

Using BEM in HTML layout

After reading the documentation and moving on to practice, there are still problems with understanding the structure, constan ... <img src="img/arrow.png" class="header__arrow" alt=""> </div> </div> </header>

How to correctly create reused sections in Pug (jade) that are connected via include on multi-page sites

On the screenshots, the page-preview block is highlighted, which changes on different pages of the site(the text, design, e ... t the fact that I just created a separate file _page-preview-in-approach.pug in which I inserted the markup with the changes.

Organization of CSS classes by example?

There is an html layout, I want to understand by a visual example how to write class names now. We recommended using the BEM ... </li> </ul> </div> </div> </div> </div>

Some questions about BEM

I'm reading BEM and I have some questions: "The block should not affect its environment, i.e. the block should not be set ex ... sted blocks) And if these blocks are set to float in css? How can I swap these blocks without changing the css in this case?

How to build a multi-page BEM project with dependencies on Gulp4 and / or Webpack4?

I have only recently started to master the BEM methodology comprehensively (before that I used only BEM naming). I really lik ... pe I was able to express myself clearly and get my point across. What are your thoughts on this? :) Thank you all in advance.