Zaharenia Atzitzikaki
Zaharenia Atzitzikaki
@jdcantrell Yes, multiple configs were our first idea as well, but we wanted to keep it as contained as possible, since it's essentially the same product. Thanks for considering it,...
You can also specify `font-size: 0` in the parent element and redefine it for the children. Seems a bit less hacky than negative `letter-spacing` to me.
Good to know, Dan, thanks!
Isn't the `display: table` that is required for the parent a bit problematic though? You may not always want that.
@Maximilianos In that case, we use BEM modifier classes (e.g. `.control--important`). It's a different idea: js- classes are used as hooks to attach functionality to widgets, BEM modifier classes are...
@Maximilianos That's a tricky one. I think this is where utility state classes come in handy. For states that can be common between blocks, we try to use `.is-active` instead...