For example, I have a menu block with menu items:
.menu .menu__element .menu__element--current
But let's say that the .menu block .menu contained inside another block, .header
How to deal with the name in this case?
.header .header__menu .header__element
or
.header .header__menu .header__menu__element
or
.header .menu .menu__element
source share