HN user

matthewlein

7 karma
Posts0
Comments3
View on HN
No posts found.

Their modified BEM choice is surprising. I think BEM works best when the dividers have meaning. In their examples its impossible to know what is a modifier vs an...element? I don't get it from the examples.

  .accordion
  .accordion-item
  .accordion-item-selected

  .nav_bar
  .nav_bar-link
  .nav_bar-link-clicked
Though its the most ugly, I'm a fan of the original B__E--M