Hi all! here I go again :)
In the code below, how I should name the #### div?
I don't want to name it header__title because it doesn't reflect very well the DOM relation, and since BEM doesn't recommend nesting elements (And I don't really like too) it can't be header__rrss__title
So sorry for this silly question, I read all documentation FAQ's and I can't find any solutions :S
Hi all! here I go again :) In the code below, how I should name the #### div?
I don't want to name it
header__title
because it doesn't reflect very well the DOM relation, and since BEM doesn't recommend nesting elements (And I don't really like too) it can't beheader__rrss__title
So sorry for this silly question, I read all documentation FAQ's and I can't find any solutions :S
Thanks in advance,
F.