How would you BEM this?
ChatGPT is showing me:
But that doesn't look right to me. I suck at BEM but I always thought that
- denoted the modifier.I thought it should be something like this maybe?
-<div class="application-header">
<div class="inner-container">
<div class="title"><div class="application-header">
<div class="header__inner-container">
<div class="header__title">.application-header
.application-header__inner
header__title