yoksel / html-tree

Document tree for given HTML with BEM errors and headers hierarchy

Home Page:http://yoksel.github.io/html-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Если между элементом и блоком есть ещё ноды, элемент подсвечивается ошибкой

isqua opened this issue · comments

commented

Например, в таком коде:

<div class="block">
  <div>
    <span class="block__elem"></span>
  </div>
</div>

Поправила : )

commented

Спасибо! ❤️