So usually i’ve “class=“mainHeader__content”. But ...
# javascript
a
So usually i’ve “class=“mainHeader__content”. But writing this for every div in Kotlin doesn’t seem like right way, because of components, so i have to do in Kotlin: classes += “content”, but this adds another element in Set<String>. (shouldn’t work) So maybe i’m doing something wrong