|
|
|
|
|
by Kerrick
518 days ago
|
|
What I don't understand is why BEM is scarring. If you're talking about the reason or timing something looks different, you must have named it in that conversation. Just use that name. "When the menu is wide, the items' icons and text should be visible. When it's skinny, only the icons should be visible. This button toggles between them." .menu {}
.menu--skinny {}
.menu--wide {}
.menu__icon {}
.menu__text {}
|
|